Shades of Cobalt #023CBF
Tints of Cobalt #023CBF
RGB
CMYK
RGB Variations
Color information
#023CBF (or 0x023CBF) is known color: Cobalt. HEX triplet: 02, 3C and BF. RGB value is (2,60,191). Sum of RGB (Red+Green+Blue) = 2+60+191=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #023CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CBF is #FDC340. Grayscale: #393939. Windows color (decimal): -16630593 or 12532738. OLE color: 12532738.
HSL color Cylindrical-coordinate representation of color #023CBF: hue angle of 221.59º 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 #023CBF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 60 | 191 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.25 |
| HSL | 221.59º | 0.98% | 0.38% | - |
| HSV(B) | 221.59º | 0.99% | 0.75% | - |
| XYZ | 11.04 | 7.01 | 50.06 | - |
| YUV | 57.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 191 | 0.99 | 0.69 | 0 | 0.25 | 221.59 | 0.98 | 0.38 |
| Hex | 2 | 3C | BF | 63 | 45 | 0 | 19 | DE | 62 | 26 |
| Octal | 2 | 74 | 277 | 143 | 105 | 0 | 31 | 336 | 142 | 46 |
| Binary | 10 | 111100 | 10111111 | 1100011 | 1000101 | 0 | 11001 | 11011110 | 1100010 | 100110 |
Color Harmonies of #023CBF
Complementary color
Monochromatic Colors of #023CBF
Black with #023CBF
Text Example
Text Example
White with #023CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CBF; }
p { color: rgb(2,60,191); }
H1.HeaderClassName
{
color: #023CBF;
}
.AnyTagClassName
{
color: #023CBF;
}
</style>
background-color css
<style>
a { background-color: #023CBF; }
a { background-color: rgb(2,60,191); }
div.DivClassName
{
background-color: #023CBF;
}
.BgClassName
{
background-color: #023CBF;
}
</style>
border-color css
<style>
span { border-color: #023CBF; }
span { border-color: rgb(2,60,191); }
td.TdClassName
{
border-color: #023CBF;
}
.TagClassName
{
border-color: #023CBF;
}
</style>