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