Shades of Cobalt #02449B
Tints of Cobalt #02449B
RGB
CMYK
RGB Variations
Color information
#02449B (or 0x02449B) is known color: Cobalt. HEX triplet: 02, 44 and 9B. RGB value is (2,68,155). Sum of RGB (Red+Green+Blue) = 2+68+155=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #02449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02449B is #FDBB64. Grayscale: #393939. Windows color (decimal): -16628581 or 10175490. OLE color: 10175490.
HSL color Cylindrical-coordinate representation of color #02449B: hue angle of 214.12º 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 #02449B is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 68 | 155 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.39 |
| HSL | 214.12º | 0.97% | 0.31% | - |
| HSV(B) | 214.12º | 0.99% | 0.61% | - |
| XYZ | 8.01 | 6.51 | 31.85 | - |
| YUV | 58.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 155 | 0.99 | 0.56 | 0 | 0.39 | 214.12 | 0.97 | 0.31 |
| Hex | 2 | 44 | 9B | 63 | 38 | 0 | 27 | D6 | 61 | 1F |
| Octal | 2 | 104 | 233 | 143 | 70 | 0 | 47 | 326 | 141 | 37 |
| Binary | 10 | 1000100 | 10011011 | 1100011 | 111000 | 0 | 100111 | 11010110 | 1100001 | 11111 |
Color Harmonies of #02449B
Complementary color
Monochromatic Colors of #02449B
Black with #02449B
Text Example
Text Example
White with #02449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02449B; }
p { color: rgb(2,68,155); }
H1.HeaderClassName
{
color: #02449B;
}
.AnyTagClassName
{
color: #02449B;
}
</style>
background-color css
<style>
a { background-color: #02449B; }
a { background-color: rgb(2,68,155); }
div.DivClassName
{
background-color: #02449B;
}
.BgClassName
{
background-color: #02449B;
}
</style>
border-color css
<style>
span { border-color: #02449B; }
span { border-color: rgb(2,68,155); }
td.TdClassName
{
border-color: #02449B;
}
.TagClassName
{
border-color: #02449B;
}
</style>