Shades of Cobalt #023FB0
Tints of Cobalt #023FB0
RGB
CMYK
RGB Variations
Color information
#023FB0 (or 0x023FB0) is known color: Cobalt. HEX triplet: 02, 3F and B0. RGB value is (2,63,176). Sum of RGB (Red+Green+Blue) = 2+63+176=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #023FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023FB0 is #FDC04F. Grayscale: #393939. Windows color (decimal): -16629840 or 11550466. OLE color: 11550466.
HSL color Cylindrical-coordinate representation of color #023FB0: hue angle of 218.97º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FB0 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 63 | 176 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.31 |
| HSL | 218.97º | 0.98% | 0.35% | - |
| HSV(B) | 218.97º | 0.99% | 0.69% | - |
| XYZ | 9.64 | 6.7 | 41.86 | - |
| YUV | 57.64 | 194.79 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 176 | 0.99 | 0.64 | 0 | 0.31 | 218.97 | 0.98 | 0.35 |
| Hex | 2 | 3F | B0 | 63 | 40 | 0 | 1F | DB | 62 | 23 |
| Octal | 2 | 77 | 260 | 143 | 100 | 0 | 37 | 333 | 142 | 43 |
| Binary | 10 | 111111 | 10110000 | 1100011 | 1000000 | 0 | 11111 | 11011011 | 1100010 | 100011 |
Color Harmonies of #023FB0
Complementary color
Monochromatic Colors of #023FB0
Black with #023FB0
Text Example
Text Example
White with #023FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FB0; }
p { color: rgb(2,63,176); }
H1.HeaderClassName
{
color: #023FB0;
}
.AnyTagClassName
{
color: #023FB0;
}
</style>
background-color css
<style>
a { background-color: #023FB0; }
a { background-color: rgb(2,63,176); }
div.DivClassName
{
background-color: #023FB0;
}
.BgClassName
{
background-color: #023FB0;
}
</style>
border-color css
<style>
span { border-color: #023FB0; }
span { border-color: rgb(2,63,176); }
td.TdClassName
{
border-color: #023FB0;
}
.TagClassName
{
border-color: #023FB0;
}
</style>