COLOR #08255E

HEX: #08255E RGB: (8,37,94)

Color info

#08255E contains mainly green and blue colors. Web safe color of #08255E is #003366 (or #036).

RGB color model

#08255E color RGB value is (8,37,94).

RGB: (8,37,94) (3%, 15%, 37%)

RGB channels and saturation

R 8 of 255 = 3%
G 37 of 255 = 15%
B 94 of 255 = 37%

8
37
94

R + G + B ~ 18%. #08255E is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 37 + 94 = 139 (100%)
R 8 of 139 ~ 5.76%
G 37 of 139 ~ 26.62%
B 94 of 139 ~ 67.63'%

%26.62
%67.63

CMYK color model

#08255E color CMYK value is (91,61,0,63).

  • cyan value is 91.49%
  • magenta value is 60.64%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (91,61,0,63) C91M61Y0K63 (91%,61%,0%,63%) (0.91/0.61/0.00/0.63) 

CMYK percentages

%91.49
%60.64
%0
%63.14

Codes

Color #08255E in popluar color models

08 25 5E
RGB 8 37 94
HSL 220° 84.31% 20.00%
HSB/HSV 220° 91.49% 36.86%
CMYK 91.49% 60.64% 0.00%
63.14%

Color #08255E in popluar number systems.

HEX 08 25 5E
Decimal 8 37 94
Binary 1000 100101 1011110
Octal 10 45 136

Shades and tints

Shades of #08255E

#08255E
(8,37,94)
#082256
(8,34,86)
#081F4E
(8,31,78)
#081C46
(8,28,70)
#08193E
(8,25,62)
#081636
(8,22,54)
#08132E
(8,19,46)
#081026
(8,16,38)
#080D1E
(8,13,30)
#080A16
(8,10,22)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #08255E

#08255E
(8,37,94)
#1E386C
(30,56,108)
#344B7A
(52,75,122)
#4A5E88
(74,94,136)
#607196
(96,113,150)
#7684A4
(118,132,164)
#8C97B2
(140,151,178)
#A2AAC0
(162,170,192)
#B8BDCE
(184,189,206)
#CED0DC
(206,208,220)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08255E color. Also use rgb(8,37,94) instead hex code.

Text Font Color

.myTextColor { color: #08255E; }

<p style="color:#08255E">This sample text font color is #08255E.</p>

This text font color is #08255E.

Background Color

.myBgColor { background-color: #08255E; }

<div style="background-color:#08255E">Inner text</div>

This div background color is #08255E.

Border color

.myBorderColor { border: 1px solid #08255E; }

<div style="border:3px solid #08255E">Div</div>

This div border color is #08255E.

Opacity

.myOpacity80 { color: #08255E; opacity: 0.8; }

<p style="color:#08255E;opacity:0.8;">80%</p>

Text with #08255E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #08255E;}

<p style="text-shadow: 3px 3px 1px #08255E">Text here.</p>

This text has shadow with #08255E color.


.textShadow {text-shadow: 3px 3px 1px #08255E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #08255E, 5px 5px 20px red">Text here.</p>

This text has shadow with #08255E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#08255E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#08255E, Direction=45, Strength=4)">Text</p>

This text has shadow with #08255E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #08255E;
-webkit-box-shadow: 1px 1px 3px 2px #08255E;
box-shadow: 1px 1px 3px 2px #08255E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #08255E; -webkit-box-shadow: 1px 1px 3px 2px #08255E; box-shadow:1px 1px 3px 2px #08255E;">
Div content here
</div>

This div box has shadow with color #08255E.

Preview

Color preview on black background

This text has color #08255E on black background.


Color preview on white background

This text has color #08255E on white background.


Black color preview on #08255E background

This text has black color on #08255E background.


White color preview on #08255E background

This text has white color on #08255E background.


Related colors

Complementary color

Complementary color for #hex is #F7DAA1.


I love getcolorcode.com

Triadic colors

1 #5E0825 and #255E08 with #08255E are triadic colors.

2 #5E2508 and #25085E with #08255E are triadic colors.