Shades of Smalt #023792
Tints of Smalt #023792
RGB
CMYK
RGB Variations
Color information
#023792 (or 0x023792) is known color: Smalt. HEX triplet: 02, 37 and 92. RGB value is (2,55,146). Sum of RGB (Red+Green+Blue) = 2+55+146=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #023792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023792 is #FDC86D. Grayscale: #313131. Windows color (decimal): -16631918 or 9582338. OLE color: 9582338.
HSL color Cylindrical-coordinate representation of color #023792: hue angle of 217.92º 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 #023792 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 55 | 146 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.43 |
| HSL | 217.92º | 0.97% | 0.29% | - |
| HSV(B) | 217.92º | 0.99% | 0.57% | - |
| XYZ | 6.58 | 4.82 | 27.78 | - |
| YUV | 49.53 | 182.44 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 146 | 0.99 | 0.62 | 0 | 0.43 | 217.92 | 0.97 | 0.29 |
| Hex | 2 | 37 | 92 | 63 | 3E | 0 | 2B | DA | 61 | 1D |
| Octal | 2 | 67 | 222 | 143 | 76 | 0 | 53 | 332 | 141 | 35 |
| Binary | 10 | 110111 | 10010010 | 1100011 | 111110 | 0 | 101011 | 11011010 | 1100001 | 11101 |
Color Harmonies of #023792
Complementary color
Monochromatic Colors of #023792
Black with #023792
Text Example
Text Example
White with #023792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023792; }
p { color: rgb(2,55,146); }
H1.HeaderClassName
{
color: #023792;
}
.AnyTagClassName
{
color: #023792;
}
</style>
background-color css
<style>
a { background-color: #023792; }
a { background-color: rgb(2,55,146); }
div.DivClassName
{
background-color: #023792;
}
.BgClassName
{
background-color: #023792;
}
</style>
border-color css
<style>
span { border-color: #023792; }
span { border-color: rgb(2,55,146); }
td.TdClassName
{
border-color: #023792;
}
.TagClassName
{
border-color: #023792;
}
</style>