Shades of Cobalt #024BAE
Tints of Cobalt #024BAE
RGB
CMYK
RGB Variations
Color information
#024BAE (or 0x024BAE) is known color: Cobalt. HEX triplet: 02, 4B and AE. RGB value is (2,75,174). Sum of RGB (Red+Green+Blue) = 2+75+174=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #024BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BAE is #FDB451. Grayscale: #3F3F3F. Windows color (decimal): -16626770 or 11422466. OLE color: 11422466.
HSL color Cylindrical-coordinate representation of color #024BAE: hue angle of 214.53º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BAE is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 75 | 174 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.32 |
| HSL | 214.53º | 0.98% | 0.35% | - |
| HSV(B) | 214.53º | 0.99% | 0.68% | - |
| XYZ | 10.18 | 8.1 | 41.07 | - |
| YUV | 64.46 | 189.82 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 174 | 0.99 | 0.57 | 0 | 0.32 | 214.53 | 0.98 | 0.35 |
| Hex | 2 | 4B | AE | 63 | 39 | 0 | 20 | D7 | 62 | 23 |
| Octal | 2 | 113 | 256 | 143 | 71 | 0 | 40 | 327 | 142 | 43 |
| Binary | 10 | 1001011 | 10101110 | 1100011 | 111001 | 0 | 100000 | 11010111 | 1100010 | 100011 |
Color Harmonies of #024BAE
Complementary color
Monochromatic Colors of #024BAE
Black with #024BAE
Text Example
Text Example
White with #024BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BAE; }
p { color: rgb(2,75,174); }
H1.HeaderClassName
{
color: #024BAE;
}
.AnyTagClassName
{
color: #024BAE;
}
</style>
background-color css
<style>
a { background-color: #024BAE; }
a { background-color: rgb(2,75,174); }
div.DivClassName
{
background-color: #024BAE;
}
.BgClassName
{
background-color: #024BAE;
}
</style>
border-color css
<style>
span { border-color: #024BAE; }
span { border-color: rgb(2,75,174); }
td.TdClassName
{
border-color: #024BAE;
}
.TagClassName
{
border-color: #024BAE;
}
</style>