Shades of Cobalt #023CAD
Tints of Cobalt #023CAD
RGB
CMYK
RGB Variations
Color information
#023CAD (or 0x023CAD) is known color: Cobalt. HEX triplet: 02, 3C and AD. RGB value is (2,60,173). Sum of RGB (Red+Green+Blue) = 2+60+173=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #023CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023CAD is #FDC352. Grayscale: #373737. Windows color (decimal): -16630611 or 11353090. OLE color: 11353090.
HSL color Cylindrical-coordinate representation of color #023CAD: hue angle of 219.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CAD is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 60 | 173 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.32 |
| HSL | 219.65º | 0.98% | 0.34% | - |
| HSV(B) | 219.65º | 0.99% | 0.68% | - |
| XYZ | 9.18 | 6.26 | 40.26 | - |
| YUV | 55.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 173 | 0.99 | 0.65 | 0 | 0.32 | 219.65 | 0.98 | 0.34 |
| Hex | 2 | 3C | AD | 63 | 41 | 0 | 20 | DC | 62 | 22 |
| Octal | 2 | 74 | 255 | 143 | 101 | 0 | 40 | 334 | 142 | 42 |
| Binary | 10 | 111100 | 10101101 | 1100011 | 1000001 | 0 | 100000 | 11011100 | 1100010 | 100010 |
Color Harmonies of #023CAD
Complementary color
Monochromatic Colors of #023CAD
Black with #023CAD
Text Example
Text Example
White with #023CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CAD; }
p { color: rgb(2,60,173); }
H1.HeaderClassName
{
color: #023CAD;
}
.AnyTagClassName
{
color: #023CAD;
}
</style>
background-color css
<style>
a { background-color: #023CAD; }
a { background-color: rgb(2,60,173); }
div.DivClassName
{
background-color: #023CAD;
}
.BgClassName
{
background-color: #023CAD;
}
</style>
border-color css
<style>
span { border-color: #023CAD; }
span { border-color: rgb(2,60,173); }
td.TdClassName
{
border-color: #023CAD;
}
.TagClassName
{
border-color: #023CAD;
}
</style>