Shades of Smalt #002198
Tints of Smalt #002198
RGB
CMYK
RGB Variations
Color information
#002198 (or 0x002198) is known color: Smalt. HEX triplet: 00, 21 and 98. RGB value is (0,33,152). Sum of RGB (Red+Green+Blue) = 0+33+152=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 152 (59.77% from 255 or 82.16% from 185); Max value from RGB is 152 - color contains mainly: blue. Hex color #002198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002198 is #FFDE67. Grayscale: #242424. Windows color (decimal): -16768616 or 9969920. OLE color: 9969920.
HSL color Cylindrical-coordinate representation of color #002198: hue angle of 226.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002198 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 33 | 152 | - |
| CMYK | 1 | 0.78 | 0 | 0.40 |
| HSL | 226.97º | 1% | 0.3% | - |
| HSV(B) | 226.97º | 1% | 0.6% | - |
| XYZ | 6.21 | 3.35 | 30.03 | - |
| YUV | 36.7 | 193.07 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 152 | 1 | 0.78 | 0 | 0.40 | 226.97 | 1 | 0.3 |
| Hex | 0 | 21 | 98 | 64 | 4E | 0 | 28 | E3 | 64 | 1E |
| Octal | 0 | 41 | 230 | 144 | 116 | 0 | 50 | 343 | 144 | 36 |
| Binary | 0 | 100001 | 10011000 | 1100100 | 1001110 | 0 | 101000 | 11100011 | 1100100 | 11110 |
Color Harmonies of #002198
Complementary color
Monochromatic Colors of #002198
Black with #002198
Text Example
Text Example
White with #002198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002198; }
p { color: rgb(0,33,152); }
H1.HeaderClassName
{
color: #002198;
}
.AnyTagClassName
{
color: #002198;
}
</style>
background-color css
<style>
a { background-color: #002198; }
a { background-color: rgb(0,33,152); }
div.DivClassName
{
background-color: #002198;
}
.BgClassName
{
background-color: #002198;
}
</style>
border-color css
<style>
span { border-color: #002198; }
span { border-color: rgb(0,33,152); }
td.TdClassName
{
border-color: #002198;
}
.TagClassName
{
border-color: #002198;
}
</style>