Shades of Smalt #023592
Tints of Smalt #023592
RGB
CMYK
RGB Variations
Color information
#023592 (or 0x023592) is known color: Smalt. HEX triplet: 02, 35 and 92. RGB value is (2,53,146). Sum of RGB (Red+Green+Blue) = 2+53+146=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #023592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023592 is #FDCA6D. Grayscale: #2F2F2F. Windows color (decimal): -16632430 or 9581826. OLE color: 9581826.
HSL color Cylindrical-coordinate representation of color #023592: hue angle of 218.75º 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 #023592 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 53 | 146 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.43 |
| HSL | 218.75º | 0.97% | 0.29% | - |
| HSV(B) | 218.75º | 0.99% | 0.57% | - |
| XYZ | 6.49 | 4.63 | 27.75 | - |
| YUV | 48.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 146 | 0.99 | 0.64 | 0 | 0.43 | 218.75 | 0.97 | 0.29 |
| Hex | 2 | 35 | 92 | 63 | 40 | 0 | 2B | DB | 61 | 1D |
| Octal | 2 | 65 | 222 | 143 | 100 | 0 | 53 | 333 | 141 | 35 |
| Binary | 10 | 110101 | 10010010 | 1100011 | 1000000 | 0 | 101011 | 11011011 | 1100001 | 11101 |
Color Harmonies of #023592
Complementary color
Monochromatic Colors of #023592
Black with #023592
Text Example
Text Example
White with #023592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023592; }
p { color: rgb(2,53,146); }
H1.HeaderClassName
{
color: #023592;
}
.AnyTagClassName
{
color: #023592;
}
</style>
background-color css
<style>
a { background-color: #023592; }
a { background-color: rgb(2,53,146); }
div.DivClassName
{
background-color: #023592;
}
.BgClassName
{
background-color: #023592;
}
</style>
border-color css
<style>
span { border-color: #023592; }
span { border-color: rgb(2,53,146); }
td.TdClassName
{
border-color: #023592;
}
.TagClassName
{
border-color: #023592;
}
</style>