Shades of Smalt #002492
Tints of Smalt #002492
RGB
CMYK
RGB Variations
Color information
#002492 (or 0x002492) is known color: Smalt. HEX triplet: 00, 24 and 92. RGB value is (0,36,146). Sum of RGB (Red+Green+Blue) = 0+36+146=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #002492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002492 is #FFDB6D. Grayscale: #252525. Windows color (decimal): -16767854 or 9577472. OLE color: 9577472.
HSL color Cylindrical-coordinate representation of color #002492: hue angle of 225.21º 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 #002492 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 36 | 146 | - |
| CMYK | 1 | 0.75 | 0 | 0.43 |
| HSL | 225.21º | 1% | 0.29% | - |
| HSV(B) | 225.21º | 1% | 0.57% | - |
| XYZ | 5.82 | 3.34 | 27.53 | - |
| YUV | 37.78 | 189.07 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 146 | 1 | 0.75 | 0 | 0.43 | 225.21 | 1 | 0.29 |
| Hex | 0 | 24 | 92 | 64 | 4B | 0 | 2B | E1 | 64 | 1D |
| Octal | 0 | 44 | 222 | 144 | 113 | 0 | 53 | 341 | 144 | 35 |
| Binary | 0 | 100100 | 10010010 | 1100100 | 1001011 | 0 | 101011 | 11100001 | 1100100 | 11101 |
Color Harmonies of #002492
Complementary color
Monochromatic Colors of #002492
Black with #002492
Text Example
Text Example
White with #002492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002492; }
p { color: rgb(0,36,146); }
H1.HeaderClassName
{
color: #002492;
}
.AnyTagClassName
{
color: #002492;
}
</style>
background-color css
<style>
a { background-color: #002492; }
a { background-color: rgb(0,36,146); }
div.DivClassName
{
background-color: #002492;
}
.BgClassName
{
background-color: #002492;
}
</style>
border-color css
<style>
span { border-color: #002492; }
span { border-color: rgb(0,36,146); }
td.TdClassName
{
border-color: #002492;
}
.TagClassName
{
border-color: #002492;
}
</style>