Shades of Cobalt #023FB3
Tints of Cobalt #023FB3
RGB
CMYK
RGB Variations
Color information
#023FB3 (or 0x023FB3) is known color: Cobalt. HEX triplet: 02, 3F and B3. RGB value is (2,63,179). Sum of RGB (Red+Green+Blue) = 2+63+179=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #023FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FB3 is #FDC04C. Grayscale: #393939. Windows color (decimal): -16629837 or 11747074. OLE color: 11747074.
HSL color Cylindrical-coordinate representation of color #023FB3: hue angle of 219.32º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FB3 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 63 | 179 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.30 |
| HSL | 219.32º | 0.98% | 0.35% | - |
| HSV(B) | 219.32º | 0.99% | 0.7% | - |
| XYZ | 9.94 | 6.82 | 43.44 | - |
| YUV | 57.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 179 | 0.99 | 0.65 | 0 | 0.30 | 219.32 | 0.98 | 0.35 |
| Hex | 2 | 3F | B3 | 63 | 41 | 0 | 1E | DB | 62 | 23 |
| Octal | 2 | 77 | 263 | 143 | 101 | 0 | 36 | 333 | 142 | 43 |
| Binary | 10 | 111111 | 10110011 | 1100011 | 1000001 | 0 | 11110 | 11011011 | 1100010 | 100011 |
Color Harmonies of #023FB3
Complementary color
Monochromatic Colors of #023FB3
Black with #023FB3
Text Example
Text Example
White with #023FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FB3; }
p { color: rgb(2,63,179); }
H1.HeaderClassName
{
color: #023FB3;
}
.AnyTagClassName
{
color: #023FB3;
}
</style>
background-color css
<style>
a { background-color: #023FB3; }
a { background-color: rgb(2,63,179); }
div.DivClassName
{
background-color: #023FB3;
}
.BgClassName
{
background-color: #023FB3;
}
</style>
border-color css
<style>
span { border-color: #023FB3; }
span { border-color: rgb(2,63,179); }
td.TdClassName
{
border-color: #023FB3;
}
.TagClassName
{
border-color: #023FB3;
}
</style>