Shades of Smalt #023E94
Tints of Smalt #023E94
RGB
CMYK
RGB Variations
Color information
#023E94 (or 0x023E94) is known color: Smalt. HEX triplet: 02, 3E and 94. RGB value is (2,62,148). Sum of RGB (Red+Green+Blue) = 2+62+148=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #023E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E94 is #FDC16B. Grayscale: #353535. Windows color (decimal): -16630124 or 9715202. OLE color: 9715202.
HSL color Cylindrical-coordinate representation of color #023E94: hue angle of 215.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023E94 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 62 | 148 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.42 |
| HSL | 215.34º | 0.97% | 0.29% | - |
| HSV(B) | 215.34º | 0.99% | 0.58% | - |
| XYZ | 7.09 | 5.6 | 28.72 | - |
| YUV | 53.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 148 | 0.99 | 0.58 | 0 | 0.42 | 215.34 | 0.97 | 0.29 |
| Hex | 2 | 3E | 94 | 63 | 3A | 0 | 2A | D7 | 61 | 1D |
| Octal | 2 | 76 | 224 | 143 | 72 | 0 | 52 | 327 | 141 | 35 |
| Binary | 10 | 111110 | 10010100 | 1100011 | 111010 | 0 | 101010 | 11010111 | 1100001 | 11101 |
Color Harmonies of #023E94
Complementary color
Monochromatic Colors of #023E94
Black with #023E94
Text Example
Text Example
White with #023E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E94; }
p { color: rgb(2,62,148); }
H1.HeaderClassName
{
color: #023E94;
}
.AnyTagClassName
{
color: #023E94;
}
</style>
background-color css
<style>
a { background-color: #023E94; }
a { background-color: rgb(2,62,148); }
div.DivClassName
{
background-color: #023E94;
}
.BgClassName
{
background-color: #023E94;
}
</style>
border-color css
<style>
span { border-color: #023E94; }
span { border-color: rgb(2,62,148); }
td.TdClassName
{
border-color: #023E94;
}
.TagClassName
{
border-color: #023E94;
}
</style>