Shades of Cobalt #023CC0
Tints of Cobalt #023CC0
RGB
CMYK
RGB Variations
Color information
#023CC0 (or 0x023CC0) is known color: Cobalt. HEX triplet: 02, 3C and C0. RGB value is (2,60,192). Sum of RGB (Red+Green+Blue) = 2+60+192=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #023CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CC0 is #FDC33F. Grayscale: #393939. Windows color (decimal): -16630592 or 12598274. OLE color: 12598274.
HSL color Cylindrical-coordinate representation of color #023CC0: hue angle of 221.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CC0 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 60 | 192 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.25 |
| HSL | 221.68º | 0.98% | 0.38% | - |
| HSV(B) | 221.68º | 0.99% | 0.75% | - |
| XYZ | 11.16 | 7.05 | 50.64 | - |
| YUV | 57.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 192 | 0.99 | 0.69 | 0 | 0.25 | 221.68 | 0.98 | 0.38 |
| Hex | 2 | 3C | C0 | 63 | 45 | 0 | 19 | DE | 62 | 26 |
| Octal | 2 | 74 | 300 | 143 | 105 | 0 | 31 | 336 | 142 | 46 |
| Binary | 10 | 111100 | 11000000 | 1100011 | 1000101 | 0 | 11001 | 11011110 | 1100010 | 100110 |
Color Harmonies of #023CC0
Complementary color
Monochromatic Colors of #023CC0
Black with #023CC0
Text Example
Text Example
White with #023CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CC0; }
p { color: rgb(2,60,192); }
H1.HeaderClassName
{
color: #023CC0;
}
.AnyTagClassName
{
color: #023CC0;
}
</style>
background-color css
<style>
a { background-color: #023CC0; }
a { background-color: rgb(2,60,192); }
div.DivClassName
{
background-color: #023CC0;
}
.BgClassName
{
background-color: #023CC0;
}
</style>
border-color css
<style>
span { border-color: #023CC0; }
span { border-color: rgb(2,60,192); }
td.TdClassName
{
border-color: #023CC0;
}
.TagClassName
{
border-color: #023CC0;
}
</style>