#08449E

Color #08449E Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #08449E

Tints of Cobalt #08449E

Color information

#08449E (or 0x08449E) is unknown color: approx Cobalt. HEX triplet: 08, 44 and 9E. RGB value is (8,68,158). Sum of RGB (Red+Green+Blue) = 8+68+158=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #08449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08449E is #F7BB61. Grayscale: #3B3B3B. Windows color (decimal): -16235362 or 10372104. OLE color: 10372104.

HSL color Cylindrical-coordinate representation of color #08449E: hue angle of 216º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08449E is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB868158-
CMYK0.950.5700.38
HSL216º90.36%32.55%-
HSV(B)216º94.94%61.96%-
XYZ8.346.6533.19-
YUV60.32183.1290.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.42%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 158 (62.11% from 255) = 67.52%
R=3.42%
G=29.06%
B=67.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8681580.950.5700.3821690.3632.55
Hex8449E5F39026d85a21
Octal101042361377104633013241
Binary100010001001001111010111111110010100110110110001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08449E; }

 p { color: rgb(8,68,158); }

 H1.HeaderClassName
 {
   color: #08449E;
 }
 .AnyTagClassName
 {
   color: #08449E;
 }
</style>
background-color css

<style>
 a { background-color: #08449E; }

 a { background-color: rgb(8,68,158); }

 div.DivClassName
 {
   background-color: #08449E;
 }
 .BgClassName
 {
   background-color: #08449E;
 }
</style>
border-color css

<style>
 span { border-color: #08449E; }

 span { border-color: rgb(8,68,158); }

 td.TdClassName
 {
   border-color: #08449E;
 }
 .TagClassName
 {
   border-color: #08449E;
 }
</style>