Shades of Smalt #00218B
Tints of Smalt #00218B
RGB
CMYK
RGB Variations
Color information
#00218B (or 0x00218B) is known color: Smalt. HEX triplet: 00, 21 and 8B. RGB value is (0,33,139). Sum of RGB (Red+Green+Blue) = 0+33+139=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #00218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00218B is #FFDE74. Grayscale: #222222. Windows color (decimal): -16768629 or 9117952. OLE color: 9117952.
HSL color Cylindrical-coordinate representation of color #00218B: hue angle of 225.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00218B is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 33 | 139 | - |
| CMYK | 1 | 0.76 | 0 | 0.45 |
| HSL | 225.76º | 1% | 0.27% | - |
| HSV(B) | 225.76º | 1% | 0.55% | - |
| XYZ | 5.2 | 2.95 | 24.72 | - |
| YUV | 35.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 139 | 1 | 0.76 | 0 | 0.45 | 225.76 | 1 | 0.27 |
| Hex | 0 | 21 | 8B | 64 | 4C | 0 | 2D | E2 | 64 | 1B |
| Octal | 0 | 41 | 213 | 144 | 114 | 0 | 55 | 342 | 144 | 33 |
| Binary | 0 | 100001 | 10001011 | 1100100 | 1001100 | 0 | 101101 | 11100010 | 1100100 | 11011 |
Color Harmonies of #00218B
Complementary color
Monochromatic Colors of #00218B
Black with #00218B
Text Example
Text Example
White with #00218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00218B; }
p { color: rgb(0,33,139); }
H1.HeaderClassName
{
color: #00218B;
}
.AnyTagClassName
{
color: #00218B;
}
</style>
background-color css
<style>
a { background-color: #00218B; }
a { background-color: rgb(0,33,139); }
div.DivClassName
{
background-color: #00218B;
}
.BgClassName
{
background-color: #00218B;
}
</style>
border-color css
<style>
span { border-color: #00218B; }
span { border-color: rgb(0,33,139); }
td.TdClassName
{
border-color: #00218B;
}
.TagClassName
{
border-color: #00218B;
}
</style>