Shades of Smalt #002193
Tints of Smalt #002193
RGB
CMYK
RGB Variations
Color information
#002193 (or 0x002193) is known color: Smalt. HEX triplet: 00, 21 and 93. RGB value is (0,33,147). Sum of RGB (Red+Green+Blue) = 0+33+147=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 147 (57.81% from 255 or 81.67% from 180); Max value from RGB is 147 - color contains mainly: blue. Hex color #002193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002193 is #FFDE6C. Grayscale: #232323. Windows color (decimal): -16768621 or 9642240. OLE color: 9642240.
HSL color Cylindrical-coordinate representation of color #002193: hue angle of 226.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002193 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 33 | 147 | - |
| CMYK | 1 | 0.78 | 0 | 0.42 |
| HSL | 226.53º | 1% | 0.29% | - |
| HSV(B) | 226.53º | 1% | 0.58% | - |
| XYZ | 5.81 | 3.19 | 27.91 | - |
| YUV | 36.13 | 190.57 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 147 | 1 | 0.78 | 0 | 0.42 | 226.53 | 1 | 0.29 |
| Hex | 0 | 21 | 93 | 64 | 4E | 0 | 2A | E3 | 64 | 1D |
| Octal | 0 | 41 | 223 | 144 | 116 | 0 | 52 | 343 | 144 | 35 |
| Binary | 0 | 100001 | 10010011 | 1100100 | 1001110 | 0 | 101010 | 11100011 | 1100100 | 11101 |
Color Harmonies of #002193
Complementary color
Monochromatic Colors of #002193
Black with #002193
Text Example
Text Example
White with #002193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002193; }
p { color: rgb(0,33,147); }
H1.HeaderClassName
{
color: #002193;
}
.AnyTagClassName
{
color: #002193;
}
</style>
background-color css
<style>
a { background-color: #002193; }
a { background-color: rgb(0,33,147); }
div.DivClassName
{
background-color: #002193;
}
.BgClassName
{
background-color: #002193;
}
</style>
border-color css
<style>
span { border-color: #002193; }
span { border-color: rgb(0,33,147); }
td.TdClassName
{
border-color: #002193;
}
.TagClassName
{
border-color: #002193;
}
</style>