Shades of Smalt #002292
Tints of Smalt #002292
RGB
CMYK
RGB Variations
Color information
#002292 (or 0x002292) is known color: Smalt. HEX triplet: 00, 22 and 92. RGB value is (0,34,146). Sum of RGB (Red+Green+Blue) = 0+34+146=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #002292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002292 is #FFDD6D. Grayscale: #242424. Windows color (decimal): -16768366 or 9576960. OLE color: 9576960.
HSL color Cylindrical-coordinate representation of color #002292: hue angle of 226.03º 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 #002292 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 34 | 146 | - |
| CMYK | 1 | 0.77 | 0 | 0.43 |
| HSL | 226.03º | 1% | 0.29% | - |
| HSV(B) | 226.03º | 1% | 0.57% | - |
| XYZ | 5.76 | 3.22 | 27.51 | - |
| YUV | 36.6 | 189.74 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 146 | 1 | 0.77 | 0 | 0.43 | 226.03 | 1 | 0.29 |
| Hex | 0 | 22 | 92 | 64 | 4D | 0 | 2B | E2 | 64 | 1D |
| Octal | 0 | 42 | 222 | 144 | 115 | 0 | 53 | 342 | 144 | 35 |
| Binary | 0 | 100010 | 10010010 | 1100100 | 1001101 | 0 | 101011 | 11100010 | 1100100 | 11101 |
Color Harmonies of #002292
Complementary color
Monochromatic Colors of #002292
Black with #002292
Text Example
Text Example
White with #002292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002292; }
p { color: rgb(0,34,146); }
H1.HeaderClassName
{
color: #002292;
}
.AnyTagClassName
{
color: #002292;
}
</style>
background-color css
<style>
a { background-color: #002292; }
a { background-color: rgb(0,34,146); }
div.DivClassName
{
background-color: #002292;
}
.BgClassName
{
background-color: #002292;
}
</style>
border-color css
<style>
span { border-color: #002292; }
span { border-color: rgb(0,34,146); }
td.TdClassName
{
border-color: #002292;
}
.TagClassName
{
border-color: #002292;
}
</style>