Shades of Cobalt #023BC0
Tints of Cobalt #023BC0
RGB
CMYK
RGB Variations
Color information
#023BC0 (or 0x023BC0) is known color: Cobalt. HEX triplet: 02, 3B and C0. RGB value is (2,59,192). Sum of RGB (Red+Green+Blue) = 2+59+192=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #023BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BC0 is #FDC43F. Grayscale: #383838. Windows color (decimal): -16630848 or 12598018. OLE color: 12598018.
HSL color Cylindrical-coordinate representation of color #023BC0: hue angle of 222º 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 #023BC0 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 59 | 192 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.25 |
| HSL | 222º | 0.98% | 0.38% | - |
| HSV(B) | 222º | 0.99% | 0.75% | - |
| XYZ | 11.1 | 6.95 | 50.62 | - |
| YUV | 57.12 | 204.12 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 192 | 0.99 | 0.69 | 0 | 0.25 | 222 | 0.98 | 0.38 |
| Hex | 2 | 3B | C0 | 63 | 45 | 0 | 19 | DE | 62 | 26 |
| Octal | 2 | 73 | 300 | 143 | 105 | 0 | 31 | 336 | 142 | 46 |
| Binary | 10 | 111011 | 11000000 | 1100011 | 1000101 | 0 | 11001 | 11011110 | 1100010 | 100110 |
Color Harmonies of #023BC0
Complementary color
Monochromatic Colors of #023BC0
Black with #023BC0
Text Example
Text Example
White with #023BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BC0; }
p { color: rgb(2,59,192); }
H1.HeaderClassName
{
color: #023BC0;
}
.AnyTagClassName
{
color: #023BC0;
}
</style>
background-color css
<style>
a { background-color: #023BC0; }
a { background-color: rgb(2,59,192); }
div.DivClassName
{
background-color: #023BC0;
}
.BgClassName
{
background-color: #023BC0;
}
</style>
border-color css
<style>
span { border-color: #023BC0; }
span { border-color: rgb(2,59,192); }
td.TdClassName
{
border-color: #023BC0;
}
.TagClassName
{
border-color: #023BC0;
}
</style>