Shades of Cobalt #023BB8
Tints of Cobalt #023BB8
RGB
CMYK
RGB Variations
Color information
#023BB8 (or 0x023BB8) is known color: Cobalt. HEX triplet: 02, 3B and B8. RGB value is (2,59,184). Sum of RGB (Red+Green+Blue) = 2+59+184=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 184 (72.27% from 255 or 75.10% from 245); Max value from RGB is 184 - color contains mainly: blue. Hex color #023BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BB8 is #FDC447. Grayscale: #373737. Windows color (decimal): -16630856 or 12073730. OLE color: 12073730.
HSL color Cylindrical-coordinate representation of color #023BB8: hue angle of 221.21º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BB8 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 59 | 184 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.28 |
| HSL | 221.21º | 0.98% | 0.36% | - |
| HSV(B) | 221.21º | 0.99% | 0.72% | - |
| XYZ | 10.24 | 6.6 | 46.08 | - |
| YUV | 56.21 | 200.12 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 184 | 0.99 | 0.68 | 0 | 0.28 | 221.21 | 0.98 | 0.36 |
| Hex | 2 | 3B | B8 | 63 | 44 | 0 | 1C | DD | 62 | 24 |
| Octal | 2 | 73 | 270 | 143 | 104 | 0 | 34 | 335 | 142 | 44 |
| Binary | 10 | 111011 | 10111000 | 1100011 | 1000100 | 0 | 11100 | 11011101 | 1100010 | 100100 |
Color Harmonies of #023BB8
Complementary color
Monochromatic Colors of #023BB8
Black with #023BB8
Text Example
Text Example
White with #023BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BB8; }
p { color: rgb(2,59,184); }
H1.HeaderClassName
{
color: #023BB8;
}
.AnyTagClassName
{
color: #023BB8;
}
</style>
background-color css
<style>
a { background-color: #023BB8; }
a { background-color: rgb(2,59,184); }
div.DivClassName
{
background-color: #023BB8;
}
.BgClassName
{
background-color: #023BB8;
}
</style>
border-color css
<style>
span { border-color: #023BB8; }
span { border-color: rgb(2,59,184); }
td.TdClassName
{
border-color: #023BB8;
}
.TagClassName
{
border-color: #023BB8;
}
</style>