Shades of Cobalt #023BAE
Tints of Cobalt #023BAE
RGB
CMYK
RGB Variations
Color information
#023BAE (or 0x023BAE) is known color: Cobalt. HEX triplet: 02, 3B and AE. RGB value is (2,59,174). Sum of RGB (Red+Green+Blue) = 2+59+174=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #023BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BAE is #FDC451. Grayscale: #363636. Windows color (decimal): -16630866 or 11418370. OLE color: 11418370.
HSL color Cylindrical-coordinate representation of color #023BAE: hue angle of 220.12º 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 #023BAE is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 59 | 174 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.32 |
| HSL | 220.12º | 0.98% | 0.35% | - |
| HSV(B) | 220.12º | 0.99% | 0.68% | - |
| XYZ | 9.23 | 6.2 | 40.75 | - |
| YUV | 55.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 174 | 0.99 | 0.66 | 0 | 0.32 | 220.12 | 0.98 | 0.35 |
| Hex | 2 | 3B | AE | 63 | 42 | 0 | 20 | DC | 62 | 23 |
| Octal | 2 | 73 | 256 | 143 | 102 | 0 | 40 | 334 | 142 | 43 |
| Binary | 10 | 111011 | 10101110 | 1100011 | 1000010 | 0 | 100000 | 11011100 | 1100010 | 100011 |
Color Harmonies of #023BAE
Complementary color
Monochromatic Colors of #023BAE
Black with #023BAE
Text Example
Text Example
White with #023BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BAE; }
p { color: rgb(2,59,174); }
H1.HeaderClassName
{
color: #023BAE;
}
.AnyTagClassName
{
color: #023BAE;
}
</style>
background-color css
<style>
a { background-color: #023BAE; }
a { background-color: rgb(2,59,174); }
div.DivClassName
{
background-color: #023BAE;
}
.BgClassName
{
background-color: #023BAE;
}
</style>
border-color css
<style>
span { border-color: #023BAE; }
span { border-color: rgb(2,59,174); }
td.TdClassName
{
border-color: #023BAE;
}
.TagClassName
{
border-color: #023BAE;
}
</style>