Shades of Cobalt #08499E
Tints of Cobalt #08499E
RGB
CMYK
RGB Variations
Color information
#08499E (or 0x08499E) is known color: Cobalt. HEX triplet: 08, 49 and 9E. RGB value is (8,73,158). Sum of RGB (Red+Green+Blue) = 8+73+158=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #08499E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08499E is #F7B661. Grayscale: #3E3E3E. Windows color (decimal): -16234082 or 10373384. OLE color: 10373384.
HSL color Cylindrical-coordinate representation of color #08499E: hue angle of 214º 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 #08499E is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 73 | 158 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.38 |
| HSL | 214º | 0.9% | 0.33% | - |
| HSV(B) | 214º | 0.95% | 0.62% | - |
| XYZ | 8.65 | 7.29 | 33.3 | - |
| YUV | 63.26 | 181.47 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 158 | 0.95 | 0.54 | 0 | 0.38 | 214 | 0.9 | 0.33 |
| Hex | 8 | 49 | 9E | 5F | 36 | 0 | 26 | D6 | 5A | 21 |
| Octal | 10 | 111 | 236 | 137 | 66 | 0 | 46 | 326 | 132 | 41 |
| Binary | 1000 | 1001001 | 10011110 | 1011111 | 110110 | 0 | 100110 | 11010110 | 1011010 | 100001 |
Color Harmonies of #08499E
Complementary color
Monochromatic Colors of #08499E
Black with #08499E
Text Example
Text Example
White with #08499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08499E; }
p { color: rgb(8,73,158); }
H1.HeaderClassName
{
color: #08499E;
}
.AnyTagClassName
{
color: #08499E;
}
</style>
background-color css
<style>
a { background-color: #08499E; }
a { background-color: rgb(8,73,158); }
div.DivClassName
{
background-color: #08499E;
}
.BgClassName
{
background-color: #08499E;
}
</style>
border-color css
<style>
span { border-color: #08499E; }
span { border-color: rgb(8,73,158); }
td.TdClassName
{
border-color: #08499E;
}
.TagClassName
{
border-color: #08499E;
}
</style>