Shades of Smalt #002392
Tints of Smalt #002392
RGB
CMYK
RGB Variations
Color information
#002392 (or 0x002392) is known color: Smalt. HEX triplet: 00, 23 and 92. RGB value is (0,35,146). Sum of RGB (Red+Green+Blue) = 0+35+146=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 146 (57.42% from 255 or 80.66% from 181); Max value from RGB is 146 - color contains mainly: blue. Hex color #002392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002392 is #FFDC6D. Grayscale: #242424. Windows color (decimal): -16768110 or 9577216. OLE color: 9577216.
HSL color Cylindrical-coordinate representation of color #002392: hue angle of 225.62º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002392 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 35 | 146 | - |
| CMYK | 1 | 0.76 | 0 | 0.43 |
| HSL | 225.62º | 1% | 0.29% | - |
| HSV(B) | 225.62º | 1% | 0.57% | - |
| XYZ | 5.79 | 3.28 | 27.52 | - |
| YUV | 37.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 146 | 1 | 0.76 | 0 | 0.43 | 225.62 | 1 | 0.29 |
| Hex | 0 | 23 | 92 | 64 | 4C | 0 | 2B | E2 | 64 | 1D |
| Octal | 0 | 43 | 222 | 144 | 114 | 0 | 53 | 342 | 144 | 35 |
| Binary | 0 | 100011 | 10010010 | 1100100 | 1001100 | 0 | 101011 | 11100010 | 1100100 | 11101 |
Color Harmonies of #002392
Complementary color
Monochromatic Colors of #002392
Black with #002392
Text Example
Text Example
White with #002392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002392; }
p { color: rgb(0,35,146); }
H1.HeaderClassName
{
color: #002392;
}
.AnyTagClassName
{
color: #002392;
}
</style>
background-color css
<style>
a { background-color: #002392; }
a { background-color: rgb(0,35,146); }
div.DivClassName
{
background-color: #002392;
}
.BgClassName
{
background-color: #002392;
}
</style>
border-color css
<style>
span { border-color: #002392; }
span { border-color: rgb(0,35,146); }
td.TdClassName
{
border-color: #002392;
}
.TagClassName
{
border-color: #002392;
}
</style>