Shades of Cobalt #02519C
Tints of Cobalt #02519C
RGB
CMYK
RGB Variations
Color information
#02519C (or 0x02519C) is known color: Cobalt. HEX triplet: 02, 51 and 9C. RGB value is (2,81,156). Sum of RGB (Red+Green+Blue) = 2+81+156=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #02519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02519C is #FDAE63. Grayscale: #414141. Windows color (decimal): -16625252 or 10244354. OLE color: 10244354.
HSL color Cylindrical-coordinate representation of color #02519C: hue angle of 209.22º 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 #02519C is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
RGB | 2 | 81 | 156 | - |
CMYK | 0.99 | 0.48 | 0 | 0.39 |
HSL | 209.22º | 0.97% | 0.31% | - |
HSV(B) | 209.22º | 0.99% | 0.61% | - |
XYZ | 8.97 | 8.3 | 32.58 | - |
YUV | 65.93 | 178.83 | 82.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 81 | 156 | 0.99 | 0.48 | 0 | 0.39 | 209.22 | 0.97 | 0.31 |
Hex | 2 | 51 | 9C | 63 | 30 | 0 | 27 | D1 | 61 | 1F |
Octal | 2 | 121 | 234 | 143 | 60 | 0 | 47 | 321 | 141 | 37 |
Binary | 10 | 1010001 | 10011100 | 1100011 | 110000 | 0 | 100111 | 11010001 | 1100001 | 11111 |
Color Harmonies of #02519C
Complementary color
Monochromatic Colors of #02519C
Black with #02519C
Text Example
Text Example
White with #02519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02519C; }
p { color: rgb(2,81,156); }
H1.HeaderClassName
{
color: #02519C;
}
.AnyTagClassName
{
color: #02519C;
}
</style>
background-color css
<style>
a { background-color: #02519C; }
a { background-color: rgb(2,81,156); }
div.DivClassName
{
background-color: #02519C;
}
.BgClassName
{
background-color: #02519C;
}
</style>
border-color css
<style>
span { border-color: #02519C; }
span { border-color: rgb(2,81,156); }
td.TdClassName
{
border-color: #02519C;
}
.TagClassName
{
border-color: #02519C;
}
</style>