Shades of Smalt #023190
Tints of Smalt #023190
RGB
CMYK
RGB Variations
Color information
#023190 (or 0x023190) is known color: Smalt. HEX triplet: 02, 31 and 90. RGB value is (2,49,144). Sum of RGB (Red+Green+Blue) = 2+49+144=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #023190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023190 is #FDCE6F. Grayscale: #2D2D2D. Windows color (decimal): -16633456 or 9449730. OLE color: 9449730.
HSL color Cylindrical-coordinate representation of color #023190: hue angle of 220.14º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023190 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 49 | 144 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.44 |
| HSL | 220.14º | 0.97% | 0.29% | - |
| HSV(B) | 220.14º | 0.99% | 0.56% | - |
| XYZ | 6.16 | 4.22 | 26.88 | - |
| YUV | 45.78 | 183.43 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 144 | 0.99 | 0.66 | 0 | 0.44 | 220.14 | 0.97 | 0.29 |
| Hex | 2 | 31 | 90 | 63 | 42 | 0 | 2C | DC | 61 | 1D |
| Octal | 2 | 61 | 220 | 143 | 102 | 0 | 54 | 334 | 141 | 35 |
| Binary | 10 | 110001 | 10010000 | 1100011 | 1000010 | 0 | 101100 | 11011100 | 1100001 | 11101 |
Color Harmonies of #023190
Complementary color
Monochromatic Colors of #023190
Black with #023190
Text Example
Text Example
White with #023190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023190; }
p { color: rgb(2,49,144); }
H1.HeaderClassName
{
color: #023190;
}
.AnyTagClassName
{
color: #023190;
}
</style>
background-color css
<style>
a { background-color: #023190; }
a { background-color: rgb(2,49,144); }
div.DivClassName
{
background-color: #023190;
}
.BgClassName
{
background-color: #023190;
}
</style>
border-color css
<style>
span { border-color: #023190; }
span { border-color: rgb(2,49,144); }
td.TdClassName
{
border-color: #023190;
}
.TagClassName
{
border-color: #023190;
}
</style>