Shades of Cobalt #00429C
Tints of Cobalt #00429C
RGB
CMYK
RGB Variations
Color information
#00429C (or 0x00429C) is known color: Cobalt. HEX triplet: 00, 42 and 9C. RGB value is (0,66,156). Sum of RGB (Red+Green+Blue) = 0+66+156=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #00429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00429C is #FFBD63. Grayscale: #383838. Windows color (decimal): -16760164 or 10240512. OLE color: 10240512.
HSL color Cylindrical-coordinate representation of color #00429C: hue angle of 214.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00429C is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 66 | 156 | - |
| CMYK | 1 | 0.58 | 0 | 0.39 |
| HSL | 214.62º | 1% | 0.31% | - |
| HSV(B) | 214.62º | 1% | 0.61% | - |
| XYZ | 7.95 | 6.3 | 32.25 | - |
| YUV | 56.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 156 | 1 | 0.58 | 0 | 0.39 | 214.62 | 1 | 0.31 |
| Hex | 0 | 42 | 9C | 64 | 3A | 0 | 27 | D7 | 64 | 1F |
| Octal | 0 | 102 | 234 | 144 | 72 | 0 | 47 | 327 | 144 | 37 |
| Binary | 0 | 1000010 | 10011100 | 1100100 | 111010 | 0 | 100111 | 11010111 | 1100100 | 11111 |
Color Harmonies of #00429C
Complementary color
Monochromatic Colors of #00429C
Black with #00429C
Text Example
Text Example
White with #00429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00429C; }
p { color: rgb(0,66,156); }
H1.HeaderClassName
{
color: #00429C;
}
.AnyTagClassName
{
color: #00429C;
}
</style>
background-color css
<style>
a { background-color: #00429C; }
a { background-color: rgb(0,66,156); }
div.DivClassName
{
background-color: #00429C;
}
.BgClassName
{
background-color: #00429C;
}
</style>
border-color css
<style>
span { border-color: #00429C; }
span { border-color: rgb(0,66,156); }
td.TdClassName
{
border-color: #00429C;
}
.TagClassName
{
border-color: #00429C;
}
</style>