Shades of Smalt #023199
Tints of Smalt #023199
RGB
CMYK
RGB Variations
Color information
#023199 (or 0x023199) is known color: Smalt. HEX triplet: 02, 31 and 99. RGB value is (2,49,153). Sum of RGB (Red+Green+Blue) = 2+49+153=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #023199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023199 is #FDCE66. Grayscale: #2E2E2E. Windows color (decimal): -16633447 or 10039554. OLE color: 10039554.
HSL color Cylindrical-coordinate representation of color #023199: hue angle of 221.32º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023199 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 49 | 153 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.4 |
| HSL | 221.32º | 0.97% | 0.3% | - |
| HSV(B) | 221.32º | 0.99% | 0.6% | - |
| XYZ | 6.87 | 4.51 | 30.65 | - |
| YUV | 46.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 153 | 0.99 | 0.68 | 0 | 0.4 | 221.32 | 0.97 | 0.3 |
| Hex | 2 | 31 | 99 | 63 | 44 | 0 | 28 | DD | 61 | 1E |
| Octal | 2 | 61 | 231 | 143 | 104 | 0 | 50 | 335 | 141 | 36 |
| Binary | 10 | 110001 | 10011001 | 1100011 | 1000100 | 0 | 101000 | 11011101 | 1100001 | 11110 |
Color Harmonies of #023199
Complementary color
Monochromatic Colors of #023199
Black with #023199
Text Example
Text Example
White with #023199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023199; }
p { color: rgb(2,49,153); }
H1.HeaderClassName
{
color: #023199;
}
.AnyTagClassName
{
color: #023199;
}
</style>
background-color css
<style>
a { background-color: #023199; }
a { background-color: rgb(2,49,153); }
div.DivClassName
{
background-color: #023199;
}
.BgClassName
{
background-color: #023199;
}
</style>
border-color css
<style>
span { border-color: #023199; }
span { border-color: rgb(2,49,153); }
td.TdClassName
{
border-color: #023199;
}
.TagClassName
{
border-color: #023199;
}
</style>