Shades of Cobalt #08469D
Tints of Cobalt #08469D
RGB
CMYK
RGB Variations
Color information
#08469D (or 0x08469D) is known color: Cobalt. HEX triplet: 08, 46 and 9D. RGB value is (8,70,157). Sum of RGB (Red+Green+Blue) = 8+70+157=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #08469D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08469D is #F7B962. Grayscale: #3C3C3C. Windows color (decimal): -16234851 or 10307080. OLE color: 10307080.
HSL color Cylindrical-coordinate representation of color #08469D: hue angle of 215.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08469D is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 70 | 157 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.38 |
| HSL | 215.03º | 0.9% | 0.32% | - |
| HSV(B) | 215.03º | 0.95% | 0.62% | - |
| XYZ | 8.38 | 6.87 | 32.78 | - |
| YUV | 61.38 | 181.96 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 157 | 0.95 | 0.55 | 0 | 0.38 | 215.03 | 0.9 | 0.32 |
| Hex | 8 | 46 | 9D | 5F | 37 | 0 | 26 | D7 | 5A | 20 |
| Octal | 10 | 106 | 235 | 137 | 67 | 0 | 46 | 327 | 132 | 40 |
| Binary | 1000 | 1000110 | 10011101 | 1011111 | 110111 | 0 | 100110 | 11010111 | 1011010 | 100000 |
Color Harmonies of #08469D
Complementary color
Monochromatic Colors of #08469D
Black with #08469D
Text Example
Text Example
White with #08469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08469D; }
p { color: rgb(8,70,157); }
H1.HeaderClassName
{
color: #08469D;
}
.AnyTagClassName
{
color: #08469D;
}
</style>
background-color css
<style>
a { background-color: #08469D; }
a { background-color: rgb(8,70,157); }
div.DivClassName
{
background-color: #08469D;
}
.BgClassName
{
background-color: #08469D;
}
</style>
border-color css
<style>
span { border-color: #08469D; }
span { border-color: rgb(8,70,157); }
td.TdClassName
{
border-color: #08469D;
}
.TagClassName
{
border-color: #08469D;
}
</style>