Shades of Cobalt #08459B
Tints of Cobalt #08459B
RGB
CMYK
RGB Variations
Color information
#08459B (or 0x08459B) is known color: Cobalt. HEX triplet: 08, 45 and 9B. RGB value is (8,69,155). Sum of RGB (Red+Green+Blue) = 8+69+155=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #08459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08459B is #F7BA64. Grayscale: #3C3C3C. Windows color (decimal): -16235109 or 10175752. OLE color: 10175752.
HSL color Cylindrical-coordinate representation of color #08459B: hue angle of 215.1º 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 #08459B is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 69 | 155 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.39 |
| HSL | 215.1º | 0.9% | 0.32% | - |
| HSV(B) | 215.1º | 0.95% | 0.61% | - |
| XYZ | 8.14 | 6.67 | 31.87 | - |
| YUV | 60.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 155 | 0.95 | 0.55 | 0 | 0.39 | 215.1 | 0.9 | 0.32 |
| Hex | 8 | 45 | 9B | 5F | 37 | 0 | 27 | D7 | 5A | 20 |
| Octal | 10 | 105 | 233 | 137 | 67 | 0 | 47 | 327 | 132 | 40 |
| Binary | 1000 | 1000101 | 10011011 | 1011111 | 110111 | 0 | 100111 | 11010111 | 1011010 | 100000 |
Color Harmonies of #08459B
Complementary color
Monochromatic Colors of #08459B
Black with #08459B
Text Example
Text Example
White with #08459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08459B; }
p { color: rgb(8,69,155); }
H1.HeaderClassName
{
color: #08459B;
}
.AnyTagClassName
{
color: #08459B;
}
</style>
background-color css
<style>
a { background-color: #08459B; }
a { background-color: rgb(8,69,155); }
div.DivClassName
{
background-color: #08459B;
}
.BgClassName
{
background-color: #08459B;
}
</style>
border-color css
<style>
span { border-color: #08459B; }
span { border-color: rgb(8,69,155); }
td.TdClassName
{
border-color: #08459B;
}
.TagClassName
{
border-color: #08459B;
}
</style>