Shades of Cobalt #023BBB
Tints of Cobalt #023BBB
RGB
CMYK
RGB Variations
Color information
#023BBB (or 0x023BBB) is known color: Cobalt. HEX triplet: 02, 3B and BB. RGB value is (2,59,187). Sum of RGB (Red+Green+Blue) = 2+59+187=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #023BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BBB is #FDC444. Grayscale: #373737. Windows color (decimal): -16630853 or 12270338. OLE color: 12270338.
HSL color Cylindrical-coordinate representation of color #023BBB: hue angle of 221.51º 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 #023BBB is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 59 | 187 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.27 |
| HSL | 221.51º | 0.98% | 0.37% | - |
| HSV(B) | 221.51º | 0.99% | 0.73% | - |
| XYZ | 10.56 | 6.73 | 47.76 | - |
| YUV | 56.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 187 | 0.99 | 0.68 | 0 | 0.27 | 221.51 | 0.98 | 0.37 |
| Hex | 2 | 3B | BB | 63 | 44 | 0 | 1B | DE | 62 | 25 |
| Octal | 2 | 73 | 273 | 143 | 104 | 0 | 33 | 336 | 142 | 45 |
| Binary | 10 | 111011 | 10111011 | 1100011 | 1000100 | 0 | 11011 | 11011110 | 1100010 | 100101 |
Color Harmonies of #023BBB
Complementary color
Monochromatic Colors of #023BBB
Black with #023BBB
Text Example
Text Example
White with #023BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BBB; }
p { color: rgb(2,59,187); }
H1.HeaderClassName
{
color: #023BBB;
}
.AnyTagClassName
{
color: #023BBB;
}
</style>
background-color css
<style>
a { background-color: #023BBB; }
a { background-color: rgb(2,59,187); }
div.DivClassName
{
background-color: #023BBB;
}
.BgClassName
{
background-color: #023BBB;
}
</style>
border-color css
<style>
span { border-color: #023BBB; }
span { border-color: rgb(2,59,187); }
td.TdClassName
{
border-color: #023BBB;
}
.TagClassName
{
border-color: #023BBB;
}
</style>