Shades of Cobalt #023CAE
Tints of Cobalt #023CAE
RGB
CMYK
RGB Variations
Color information
#023CAE (or 0x023CAE) is known color: Cobalt. HEX triplet: 02, 3C and AE. RGB value is (2,60,174). Sum of RGB (Red+Green+Blue) = 2+60+174=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #023CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023CAE is #FDC351. Grayscale: #373737. Windows color (decimal): -16630610 or 11418626. OLE color: 11418626.
HSL color Cylindrical-coordinate representation of color #023CAE: hue angle of 219.77º 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 #023CAE is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 60 | 174 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.32 |
| HSL | 219.77º | 0.98% | 0.35% | - |
| HSV(B) | 219.77º | 0.99% | 0.68% | - |
| XYZ | 9.28 | 6.3 | 40.77 | - |
| YUV | 55.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 174 | 0.99 | 0.66 | 0 | 0.32 | 219.77 | 0.98 | 0.35 |
| Hex | 2 | 3C | AE | 63 | 42 | 0 | 20 | DC | 62 | 23 |
| Octal | 2 | 74 | 256 | 143 | 102 | 0 | 40 | 334 | 142 | 43 |
| Binary | 10 | 111100 | 10101110 | 1100011 | 1000010 | 0 | 100000 | 11011100 | 1100010 | 100011 |
Color Harmonies of #023CAE
Complementary color
Monochromatic Colors of #023CAE
Black with #023CAE
Text Example
Text Example
White with #023CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CAE; }
p { color: rgb(2,60,174); }
H1.HeaderClassName
{
color: #023CAE;
}
.AnyTagClassName
{
color: #023CAE;
}
</style>
background-color css
<style>
a { background-color: #023CAE; }
a { background-color: rgb(2,60,174); }
div.DivClassName
{
background-color: #023CAE;
}
.BgClassName
{
background-color: #023CAE;
}
</style>
border-color css
<style>
span { border-color: #023CAE; }
span { border-color: rgb(2,60,174); }
td.TdClassName
{
border-color: #023CAE;
}
.TagClassName
{
border-color: #023CAE;
}
</style>