Shades of Smalt #023392
Tints of Smalt #023392
RGB
CMYK
RGB Variations
Color information
#023392 (or 0x023392) is known color: Smalt. HEX triplet: 02, 33 and 92. RGB value is (2,51,146). Sum of RGB (Red+Green+Blue) = 2+51+146=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #023392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023392 is #FDCC6D. Grayscale: #2E2E2E. Windows color (decimal): -16632942 or 9581314. OLE color: 9581314.
HSL color Cylindrical-coordinate representation of color #023392: hue angle of 219.58º 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 #023392 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 51 | 146 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.43 |
| HSL | 219.58º | 0.97% | 0.29% | - |
| HSV(B) | 219.58º | 0.99% | 0.57% | - |
| XYZ | 6.4 | 4.46 | 27.72 | - |
| YUV | 47.18 | 183.77 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 146 | 0.99 | 0.65 | 0 | 0.43 | 219.58 | 0.97 | 0.29 |
| Hex | 2 | 33 | 92 | 63 | 41 | 0 | 2B | DC | 61 | 1D |
| Octal | 2 | 63 | 222 | 143 | 101 | 0 | 53 | 334 | 141 | 35 |
| Binary | 10 | 110011 | 10010010 | 1100011 | 1000001 | 0 | 101011 | 11011100 | 1100001 | 11101 |
Color Harmonies of #023392
Complementary color
Monochromatic Colors of #023392
Black with #023392
Text Example
Text Example
White with #023392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023392; }
p { color: rgb(2,51,146); }
H1.HeaderClassName
{
color: #023392;
}
.AnyTagClassName
{
color: #023392;
}
</style>
background-color css
<style>
a { background-color: #023392; }
a { background-color: rgb(2,51,146); }
div.DivClassName
{
background-color: #023392;
}
.BgClassName
{
background-color: #023392;
}
</style>
border-color css
<style>
span { border-color: #023392; }
span { border-color: rgb(2,51,146); }
td.TdClassName
{
border-color: #023392;
}
.TagClassName
{
border-color: #023392;
}
</style>