Shades of Cobalt #023ABB
Tints of Cobalt #023ABB
RGB
CMYK
RGB Variations
Color information
#023ABB (or 0x023ABB) is known color: Cobalt. HEX triplet: 02, 3A and BB. RGB value is (2,58,187). Sum of RGB (Red+Green+Blue) = 2+58+187=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #023ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ABB is #FDC544. Grayscale: #373737. Windows color (decimal): -16631109 or 12270082. OLE color: 12270082.
HSL color Cylindrical-coordinate representation of color #023ABB: hue angle of 221.84º 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 #023ABB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 58 | 187 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.27 |
| HSL | 221.84º | 0.98% | 0.37% | - |
| HSV(B) | 221.84º | 0.99% | 0.73% | - |
| XYZ | 10.51 | 6.63 | 47.74 | - |
| YUV | 55.96 | 201.95 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 187 | 0.99 | 0.69 | 0 | 0.27 | 221.84 | 0.98 | 0.37 |
| Hex | 2 | 3A | BB | 63 | 45 | 0 | 1B | DE | 62 | 25 |
| Octal | 2 | 72 | 273 | 143 | 105 | 0 | 33 | 336 | 142 | 45 |
| Binary | 10 | 111010 | 10111011 | 1100011 | 1000101 | 0 | 11011 | 11011110 | 1100010 | 100101 |
Color Harmonies of #023ABB
Complementary color
Monochromatic Colors of #023ABB
Black with #023ABB
Text Example
Text Example
White with #023ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023ABB; }
p { color: rgb(2,58,187); }
H1.HeaderClassName
{
color: #023ABB;
}
.AnyTagClassName
{
color: #023ABB;
}
</style>
background-color css
<style>
a { background-color: #023ABB; }
a { background-color: rgb(2,58,187); }
div.DivClassName
{
background-color: #023ABB;
}
.BgClassName
{
background-color: #023ABB;
}
</style>
border-color css
<style>
span { border-color: #023ABB; }
span { border-color: rgb(2,58,187); }
td.TdClassName
{
border-color: #023ABB;
}
.TagClassName
{
border-color: #023ABB;
}
</style>