Shades of Cobalt #024E9B
Tints of Cobalt #024E9B
RGB
CMYK
RGB Variations
Color information
#024E9B (or 0x024E9B) is known color: Cobalt. HEX triplet: 02, 4E and 9B. RGB value is (2,78,155). Sum of RGB (Red+Green+Blue) = 2+78+155=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #024E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E9B is #FDB164. Grayscale: #3F3F3F. Windows color (decimal): -16626021 or 10178050. OLE color: 10178050.
HSL color Cylindrical-coordinate representation of color #024E9B: hue angle of 210.2º 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 #024E9B is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 78 | 155 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.39 |
| HSL | 210.2º | 0.97% | 0.31% | - |
| HSV(B) | 210.2º | 0.99% | 0.61% | - |
| XYZ | 8.67 | 7.83 | 32.06 | - |
| YUV | 64.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 155 | 0.99 | 0.50 | 0 | 0.39 | 210.2 | 0.97 | 0.31 |
| Hex | 2 | 4E | 9B | 63 | 32 | 0 | 27 | D2 | 61 | 1F |
| Octal | 2 | 116 | 233 | 143 | 62 | 0 | 47 | 322 | 141 | 37 |
| Binary | 10 | 1001110 | 10011011 | 1100011 | 110010 | 0 | 100111 | 11010010 | 1100001 | 11111 |
Color Harmonies of #024E9B
Complementary color
Monochromatic Colors of #024E9B
Black with #024E9B
Text Example
Text Example
White with #024E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E9B; }
p { color: rgb(2,78,155); }
H1.HeaderClassName
{
color: #024E9B;
}
.AnyTagClassName
{
color: #024E9B;
}
</style>
background-color css
<style>
a { background-color: #024E9B; }
a { background-color: rgb(2,78,155); }
div.DivClassName
{
background-color: #024E9B;
}
.BgClassName
{
background-color: #024E9B;
}
</style>
border-color css
<style>
span { border-color: #024E9B; }
span { border-color: rgb(2,78,155); }
td.TdClassName
{
border-color: #024E9B;
}
.TagClassName
{
border-color: #024E9B;
}
</style>