Shades of Smalt #023EA0
Tints of Smalt #023EA0
RGB
CMYK
RGB Variations
Color information
#023EA0 (or 0x023EA0) is known color: Smalt. HEX triplet: 02, 3E and A0. RGB value is (2,62,160). Sum of RGB (Red+Green+Blue) = 2+62+160=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 160 (62.89% from 255 or 71.43% from 224); Max value from RGB is 160 - color contains mainly: blue. Hex color #023EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023EA0 is #FDC15F. Grayscale: #363636. Windows color (decimal): -16630112 or 10501634. OLE color: 10501634.
HSL color Cylindrical-coordinate representation of color #023EA0: hue angle of 217.22º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023EA0 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 62 | 160 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.37 |
| HSL | 217.22º | 0.98% | 0.32% | - |
| HSV(B) | 217.22º | 0.99% | 0.63% | - |
| XYZ | 8.09 | 6 | 33.99 | - |
| YUV | 55.23 | 187.12 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 160 | 0.99 | 0.61 | 0 | 0.37 | 217.22 | 0.98 | 0.32 |
| Hex | 2 | 3E | A0 | 63 | 3D | 0 | 25 | D9 | 62 | 20 |
| Octal | 2 | 76 | 240 | 143 | 75 | 0 | 45 | 331 | 142 | 40 |
| Binary | 10 | 111110 | 10100000 | 1100011 | 111101 | 0 | 100101 | 11011001 | 1100010 | 100000 |
Color Harmonies of #023EA0
Complementary color
Monochromatic Colors of #023EA0
Black with #023EA0
Text Example
Text Example
White with #023EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EA0; }
p { color: rgb(2,62,160); }
H1.HeaderClassName
{
color: #023EA0;
}
.AnyTagClassName
{
color: #023EA0;
}
</style>
background-color css
<style>
a { background-color: #023EA0; }
a { background-color: rgb(2,62,160); }
div.DivClassName
{
background-color: #023EA0;
}
.BgClassName
{
background-color: #023EA0;
}
</style>
border-color css
<style>
span { border-color: #023EA0; }
span { border-color: rgb(2,62,160); }
td.TdClassName
{
border-color: #023EA0;
}
.TagClassName
{
border-color: #023EA0;
}
</style>