Shades of Cobalt #08449C
Tints of Cobalt #08449C
RGB
CMYK
RGB Variations
Color information
#08449C (or 0x08449C) is known color: Cobalt. HEX triplet: 08, 44 and 9C. RGB value is (8,68,156). Sum of RGB (Red+Green+Blue) = 8+68+156=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #08449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08449C is #F7BB63. Grayscale: #3B3B3B. Windows color (decimal): -16235364 or 10241032. OLE color: 10241032.
HSL color Cylindrical-coordinate representation of color #08449C: hue angle of 215.68º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08449C is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 68 | 156 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.39 |
| HSL | 215.68º | 0.9% | 0.32% | - |
| HSV(B) | 215.68º | 0.95% | 0.61% | - |
| XYZ | 8.17 | 6.59 | 32.29 | - |
| YUV | 60.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 156 | 0.95 | 0.56 | 0 | 0.39 | 215.68 | 0.9 | 0.32 |
| Hex | 8 | 44 | 9C | 5F | 38 | 0 | 27 | D8 | 5A | 20 |
| Octal | 10 | 104 | 234 | 137 | 70 | 0 | 47 | 330 | 132 | 40 |
| Binary | 1000 | 1000100 | 10011100 | 1011111 | 111000 | 0 | 100111 | 11011000 | 1011010 | 100000 |
Color Harmonies of #08449C
Complementary color
Monochromatic Colors of #08449C
Black with #08449C
Text Example
Text Example
White with #08449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08449C; }
p { color: rgb(8,68,156); }
H1.HeaderClassName
{
color: #08449C;
}
.AnyTagClassName
{
color: #08449C;
}
</style>
background-color css
<style>
a { background-color: #08449C; }
a { background-color: rgb(8,68,156); }
div.DivClassName
{
background-color: #08449C;
}
.BgClassName
{
background-color: #08449C;
}
</style>
border-color css
<style>
span { border-color: #08449C; }
span { border-color: rgb(8,68,156); }
td.TdClassName
{
border-color: #08449C;
}
.TagClassName
{
border-color: #08449C;
}
</style>