Shades of Cobalt #023CBB
Tints of Cobalt #023CBB
RGB
CMYK
RGB Variations
Color information
#023CBB (or 0x023CBB) is known color: Cobalt. HEX triplet: 02, 3C and BB. RGB value is (2,60,187). Sum of RGB (Red+Green+Blue) = 2+60+187=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #023CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CBB is #FDC344. Grayscale: #383838. Windows color (decimal): -16630597 or 12270594. OLE color: 12270594.
HSL color Cylindrical-coordinate representation of color #023CBB: hue angle of 221.19º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CBB is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 60 | 187 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.27 |
| HSL | 221.19º | 0.98% | 0.37% | - |
| HSV(B) | 221.19º | 0.99% | 0.73% | - |
| XYZ | 10.61 | 6.83 | 47.77 | - |
| YUV | 57.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 187 | 0.99 | 0.68 | 0 | 0.27 | 221.19 | 0.98 | 0.37 |
| Hex | 2 | 3C | BB | 63 | 44 | 0 | 1B | DD | 62 | 25 |
| Octal | 2 | 74 | 273 | 143 | 104 | 0 | 33 | 335 | 142 | 45 |
| Binary | 10 | 111100 | 10111011 | 1100011 | 1000100 | 0 | 11011 | 11011101 | 1100010 | 100101 |
Color Harmonies of #023CBB
Complementary color
Monochromatic Colors of #023CBB
Black with #023CBB
Text Example
Text Example
White with #023CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CBB; }
p { color: rgb(2,60,187); }
H1.HeaderClassName
{
color: #023CBB;
}
.AnyTagClassName
{
color: #023CBB;
}
</style>
background-color css
<style>
a { background-color: #023CBB; }
a { background-color: rgb(2,60,187); }
div.DivClassName
{
background-color: #023CBB;
}
.BgClassName
{
background-color: #023CBB;
}
</style>
border-color css
<style>
span { border-color: #023CBB; }
span { border-color: rgb(2,60,187); }
td.TdClassName
{
border-color: #023CBB;
}
.TagClassName
{
border-color: #023CBB;
}
</style>