Shades of Cobalt #08449A
Tints of Cobalt #08449A
RGB
CMYK
RGB Variations
Color information
#08449A (or 0x08449A) is known color: Cobalt. HEX triplet: 08, 44 and 9A. RGB value is (8,68,154). Sum of RGB (Red+Green+Blue) = 8+68+154=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #08449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08449A is #F7BB65. Grayscale: #3B3B3B. Windows color (decimal): -16235366 or 10109960. OLE color: 10109960.
HSL color Cylindrical-coordinate representation of color #08449A: hue angle of 215.34º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08449A is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 68 | 154 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.40 |
| HSL | 215.34º | 0.9% | 0.32% | - |
| HSV(B) | 215.34º | 0.95% | 0.6% | - |
| XYZ | 8 | 6.52 | 31.41 | - |
| YUV | 59.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 154 | 0.95 | 0.56 | 0 | 0.40 | 215.34 | 0.9 | 0.32 |
| Hex | 8 | 44 | 9A | 5F | 38 | 0 | 28 | D7 | 5A | 20 |
| Octal | 10 | 104 | 232 | 137 | 70 | 0 | 50 | 327 | 132 | 40 |
| Binary | 1000 | 1000100 | 10011010 | 1011111 | 111000 | 0 | 101000 | 11010111 | 1011010 | 100000 |
Color Harmonies of #08449A
Complementary color
Monochromatic Colors of #08449A
Black with #08449A
Text Example
Text Example
White with #08449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08449A; }
p { color: rgb(8,68,154); }
H1.HeaderClassName
{
color: #08449A;
}
.AnyTagClassName
{
color: #08449A;
}
</style>
background-color css
<style>
a { background-color: #08449A; }
a { background-color: rgb(8,68,154); }
div.DivClassName
{
background-color: #08449A;
}
.BgClassName
{
background-color: #08449A;
}
</style>
border-color css
<style>
span { border-color: #08449A; }
span { border-color: rgb(8,68,154); }
td.TdClassName
{
border-color: #08449A;
}
.TagClassName
{
border-color: #08449A;
}
</style>