Shades of Cobalt #023CB7
Tints of Cobalt #023CB7
RGB
CMYK
RGB Variations
Color information
#023CB7 (or 0x023CB7) is known color: Cobalt. HEX triplet: 02, 3C and B7. RGB value is (2,60,183). Sum of RGB (Red+Green+Blue) = 2+60+183=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 183 (71.88% from 255 or 74.69% from 245); Max value from RGB is 183 - color contains mainly: blue. Hex color #023CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CB7 is #FDC348. Grayscale: #383838. Windows color (decimal): -16630601 or 12008450. OLE color: 12008450.
HSL color Cylindrical-coordinate representation of color #023CB7: hue angle of 220.77º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CB7 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 60 | 183 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.28 |
| HSL | 220.77º | 0.98% | 0.36% | - |
| HSV(B) | 220.77º | 0.99% | 0.72% | - |
| XYZ | 10.19 | 6.66 | 45.55 | - |
| YUV | 56.68 | 199.28 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 183 | 0.99 | 0.67 | 0 | 0.28 | 220.77 | 0.98 | 0.36 |
| Hex | 2 | 3C | B7 | 63 | 43 | 0 | 1C | DD | 62 | 24 |
| Octal | 2 | 74 | 267 | 143 | 103 | 0 | 34 | 335 | 142 | 44 |
| Binary | 10 | 111100 | 10110111 | 1100011 | 1000011 | 0 | 11100 | 11011101 | 1100010 | 100100 |
Color Harmonies of #023CB7
Complementary color
Monochromatic Colors of #023CB7
Black with #023CB7
Text Example
Text Example
White with #023CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CB7; }
p { color: rgb(2,60,183); }
H1.HeaderClassName
{
color: #023CB7;
}
.AnyTagClassName
{
color: #023CB7;
}
</style>
background-color css
<style>
a { background-color: #023CB7; }
a { background-color: rgb(2,60,183); }
div.DivClassName
{
background-color: #023CB7;
}
.BgClassName
{
background-color: #023CB7;
}
</style>
border-color css
<style>
span { border-color: #023CB7; }
span { border-color: rgb(2,60,183); }
td.TdClassName
{
border-color: #023CB7;
}
.TagClassName
{
border-color: #023CB7;
}
</style>