Shades of Cobalt #00429D
Tints of Cobalt #00429D
RGB
CMYK
RGB Variations
Color information
#00429D (or 0x00429D) is known color: Cobalt. HEX triplet: 00, 42 and 9D. RGB value is (0,66,157). Sum of RGB (Red+Green+Blue) = 0+66+157=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #00429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00429D is #FFBD62. Grayscale: #383838. Windows color (decimal): -16760163 or 10306048. OLE color: 10306048.
HSL color Cylindrical-coordinate representation of color #00429D: hue angle of 214.78º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00429D is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 66 | 157 | - |
| CMYK | 1 | 0.58 | 0 | 0.38 |
| HSL | 214.78º | 1% | 0.31% | - |
| HSV(B) | 214.78º | 1% | 0.62% | - |
| XYZ | 8.03 | 6.33 | 32.7 | - |
| YUV | 56.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 157 | 1 | 0.58 | 0 | 0.38 | 214.78 | 1 | 0.31 |
| Hex | 0 | 42 | 9D | 64 | 3A | 0 | 26 | D7 | 64 | 1F |
| Octal | 0 | 102 | 235 | 144 | 72 | 0 | 46 | 327 | 144 | 37 |
| Binary | 0 | 1000010 | 10011101 | 1100100 | 111010 | 0 | 100110 | 11010111 | 1100100 | 11111 |
Color Harmonies of #00429D
Complementary color
Monochromatic Colors of #00429D
Black with #00429D
Text Example
Text Example
White with #00429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00429D; }
p { color: rgb(0,66,157); }
H1.HeaderClassName
{
color: #00429D;
}
.AnyTagClassName
{
color: #00429D;
}
</style>
background-color css
<style>
a { background-color: #00429D; }
a { background-color: rgb(0,66,157); }
div.DivClassName
{
background-color: #00429D;
}
.BgClassName
{
background-color: #00429D;
}
</style>
border-color css
<style>
span { border-color: #00429D; }
span { border-color: rgb(0,66,157); }
td.TdClassName
{
border-color: #00429D;
}
.TagClassName
{
border-color: #00429D;
}
</style>