Shades of Cobalt #02459B
Tints of Cobalt #02459B
RGB
CMYK
RGB Variations
Color information
#02459B (or 0x02459B) is known color: Cobalt. HEX triplet: 02, 45 and 9B. RGB value is (2,69,155). Sum of RGB (Red+Green+Blue) = 2+69+155=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #02459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02459B is #FDBA64. Grayscale: #3A3A3A. Windows color (decimal): -16628325 or 10175746. OLE color: 10175746.
HSL color Cylindrical-coordinate representation of color #02459B: hue angle of 213.73º 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 #02459B is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 69 | 155 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.39 |
| HSL | 213.73º | 0.97% | 0.31% | - |
| HSV(B) | 213.73º | 0.99% | 0.61% | - |
| XYZ | 8.07 | 6.64 | 31.87 | - |
| YUV | 58.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 155 | 0.99 | 0.55 | 0 | 0.39 | 213.73 | 0.97 | 0.31 |
| Hex | 2 | 45 | 9B | 63 | 37 | 0 | 27 | D6 | 61 | 1F |
| Octal | 2 | 105 | 233 | 143 | 67 | 0 | 47 | 326 | 141 | 37 |
| Binary | 10 | 1000101 | 10011011 | 1100011 | 110111 | 0 | 100111 | 11010110 | 1100001 | 11111 |
Color Harmonies of #02459B
Complementary color
Monochromatic Colors of #02459B
Black with #02459B
Text Example
Text Example
White with #02459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02459B; }
p { color: rgb(2,69,155); }
H1.HeaderClassName
{
color: #02459B;
}
.AnyTagClassName
{
color: #02459B;
}
</style>
background-color css
<style>
a { background-color: #02459B; }
a { background-color: rgb(2,69,155); }
div.DivClassName
{
background-color: #02459B;
}
.BgClassName
{
background-color: #02459B;
}
</style>
border-color css
<style>
span { border-color: #02459B; }
span { border-color: rgb(2,69,155); }
td.TdClassName
{
border-color: #02459B;
}
.TagClassName
{
border-color: #02459B;
}
</style>