Shades of Smalt #023E91
Tints of Smalt #023E91
RGB
CMYK
RGB Variations
Color information
#023E91 (or 0x023E91) is known color: Smalt. HEX triplet: 02, 3E and 91. RGB value is (2,62,145). Sum of RGB (Red+Green+Blue) = 2+62+145=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #023E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E91 is #FDC16E. Grayscale: #353535. Windows color (decimal): -16630127 or 9518594. OLE color: 9518594.
HSL color Cylindrical-coordinate representation of color #023E91: hue angle of 214.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023E91 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 62 | 145 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.43 |
| HSL | 214.83º | 0.97% | 0.29% | - |
| HSV(B) | 214.83º | 0.99% | 0.57% | - |
| XYZ | 6.86 | 5.5 | 27.49 | - |
| YUV | 53.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 145 | 0.99 | 0.57 | 0 | 0.43 | 214.83 | 0.97 | 0.29 |
| Hex | 2 | 3E | 91 | 63 | 39 | 0 | 2B | D7 | 61 | 1D |
| Octal | 2 | 76 | 221 | 143 | 71 | 0 | 53 | 327 | 141 | 35 |
| Binary | 10 | 111110 | 10010001 | 1100011 | 111001 | 0 | 101011 | 11010111 | 1100001 | 11101 |
Color Harmonies of #023E91
Complementary color
Monochromatic Colors of #023E91
Black with #023E91
Text Example
Text Example
White with #023E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E91; }
p { color: rgb(2,62,145); }
H1.HeaderClassName
{
color: #023E91;
}
.AnyTagClassName
{
color: #023E91;
}
</style>
background-color css
<style>
a { background-color: #023E91; }
a { background-color: rgb(2,62,145); }
div.DivClassName
{
background-color: #023E91;
}
.BgClassName
{
background-color: #023E91;
}
</style>
border-color css
<style>
span { border-color: #023E91; }
span { border-color: rgb(2,62,145); }
td.TdClassName
{
border-color: #023E91;
}
.TagClassName
{
border-color: #023E91;
}
</style>