Shades of Sapphire #002162
Tints of Sapphire #002162
RGB
CMYK
RGB Variations
Color information
#002162 (or 0x002162) is known color: Sapphire. HEX triplet: 00, 21 and 62. RGB value is (0,33,98). Sum of RGB (Red+Green+Blue) = 0+33+98=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #002162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002162 is #FFDE9D. Grayscale: #1E1E1E. Windows color (decimal): -16768670 or 6430976. OLE color: 6430976.
HSL color Cylindrical-coordinate representation of color #002162: hue angle of 219.8º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002162 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 33 | 98 | - |
| CMYK | 1 | 0.66 | 0 | 0.62 |
| HSL | 219.8º | 1% | 0.19% | - |
| HSV(B) | 219.8º | 1% | 0.38% | - |
| XYZ | 2.75 | 1.97 | 11.79 | - |
| YUV | 30.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 98 | 1 | 0.66 | 0 | 0.62 | 219.8 | 1 | 0.19 |
| Hex | 0 | 21 | 62 | 64 | 42 | 0 | 3E | DC | 64 | 13 |
| Octal | 0 | 41 | 142 | 144 | 102 | 0 | 76 | 334 | 144 | 23 |
| Binary | 0 | 100001 | 1100010 | 1100100 | 1000010 | 0 | 111110 | 11011100 | 1100100 | 10011 |
Color Harmonies of #002162
Complementary color
Monochromatic Colors of #002162
Black with #002162
Text Example
Text Example
White with #002162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002162; }
p { color: rgb(0,33,98); }
H1.HeaderClassName
{
color: #002162;
}
.AnyTagClassName
{
color: #002162;
}
</style>
background-color css
<style>
a { background-color: #002162; }
a { background-color: rgb(0,33,98); }
div.DivClassName
{
background-color: #002162;
}
.BgClassName
{
background-color: #002162;
}
</style>
border-color css
<style>
span { border-color: #002162; }
span { border-color: rgb(0,33,98); }
td.TdClassName
{
border-color: #002162;
}
.TagClassName
{
border-color: #002162;
}
</style>