Shades of Cobalt #05429E
Tints of Cobalt #05429E
RGB
CMYK
RGB Variations
Color information
#05429E (or 0x05429E) is known color: Cobalt. HEX triplet: 05, 42 and 9E. RGB value is (5,66,158). Sum of RGB (Red+Green+Blue) = 5+66+158=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #05429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05429E is #FABD61. Grayscale: #393939. Windows color (decimal): -16432482 or 10371589. OLE color: 10371589.
HSL color Cylindrical-coordinate representation of color #05429E: hue angle of 216.08º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05429E is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 66 | 158 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.38 |
| HSL | 216.08º | 0.94% | 0.32% | - |
| HSV(B) | 216.08º | 0.97% | 0.62% | - |
| XYZ | 8.18 | 6.4 | 33.15 | - |
| YUV | 58.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 158 | 0.97 | 0.58 | 0 | 0.38 | 216.08 | 0.94 | 0.32 |
| Hex | 5 | 42 | 9E | 61 | 3A | 0 | 26 | D8 | 5E | 20 |
| Octal | 5 | 102 | 236 | 141 | 72 | 0 | 46 | 330 | 136 | 40 |
| Binary | 101 | 1000010 | 10011110 | 1100001 | 111010 | 0 | 100110 | 11011000 | 1011110 | 100000 |
Color Harmonies of #05429E
Complementary color
Monochromatic Colors of #05429E
Black with #05429E
Text Example
Text Example
White with #05429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05429E; }
p { color: rgb(5,66,158); }
H1.HeaderClassName
{
color: #05429E;
}
.AnyTagClassName
{
color: #05429E;
}
</style>
background-color css
<style>
a { background-color: #05429E; }
a { background-color: rgb(5,66,158); }
div.DivClassName
{
background-color: #05429E;
}
.BgClassName
{
background-color: #05429E;
}
</style>
border-color css
<style>
span { border-color: #05429E; }
span { border-color: rgb(5,66,158); }
td.TdClassName
{
border-color: #05429E;
}
.TagClassName
{
border-color: #05429E;
}
</style>