Shades of Cobalt #02439C
Tints of Cobalt #02439C
RGB
CMYK
RGB Variations
Color information
#02439C (or 0x02439C) is known color: Cobalt. HEX triplet: 02, 43 and 9C. RGB value is (2,67,156). Sum of RGB (Red+Green+Blue) = 2+67+156=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #02439C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02439C is #FDBC63. Grayscale: #393939. Windows color (decimal): -16628836 or 10240770. OLE color: 10240770.
HSL color Cylindrical-coordinate representation of color #02439C: hue angle of 214.68º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02439C is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 67 | 156 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.39 |
| HSL | 214.68º | 0.97% | 0.31% | - |
| HSV(B) | 214.68º | 0.99% | 0.61% | - |
| XYZ | 8.03 | 6.43 | 32.27 | - |
| YUV | 57.71 | 183.47 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 156 | 0.99 | 0.57 | 0 | 0.39 | 214.68 | 0.97 | 0.31 |
| Hex | 2 | 43 | 9C | 63 | 39 | 0 | 27 | D7 | 61 | 1F |
| Octal | 2 | 103 | 234 | 143 | 71 | 0 | 47 | 327 | 141 | 37 |
| Binary | 10 | 1000011 | 10011100 | 1100011 | 111001 | 0 | 100111 | 11010111 | 1100001 | 11111 |
Color Harmonies of #02439C
Complementary color
Monochromatic Colors of #02439C
Black with #02439C
Text Example
Text Example
White with #02439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02439C; }
p { color: rgb(2,67,156); }
H1.HeaderClassName
{
color: #02439C;
}
.AnyTagClassName
{
color: #02439C;
}
</style>
background-color css
<style>
a { background-color: #02439C; }
a { background-color: rgb(2,67,156); }
div.DivClassName
{
background-color: #02439C;
}
.BgClassName
{
background-color: #02439C;
}
</style>
border-color css
<style>
span { border-color: #02439C; }
span { border-color: rgb(2,67,156); }
td.TdClassName
{
border-color: #02439C;
}
.TagClassName
{
border-color: #02439C;
}
</style>