Shades of Sapphire #021E5B
Tints of Sapphire #021E5B
RGB
CMYK
RGB Variations
Color information
#021E5B (or 0x021E5B) is known color: Sapphire. HEX triplet: 02, 1E and 5B. RGB value is (2,30,91). Sum of RGB (Red+Green+Blue) = 2+30+91=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #021E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E5B is #FDE1A4. Grayscale: #1C1C1C. Windows color (decimal): -16638373 or 5971458. OLE color: 5971458.
HSL color Cylindrical-coordinate representation of color #021E5B: hue angle of 221.12º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E5B is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 30 | 91 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.64 |
| HSL | 221.12º | 0.96% | 0.18% | - |
| HSV(B) | 221.12º | 0.98% | 0.36% | - |
| XYZ | 2.38 | 1.7 | 10.1 | - |
| YUV | 28.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 91 | 0.98 | 0.67 | 0 | 0.64 | 221.12 | 0.96 | 0.18 |
| Hex | 2 | 1E | 5B | 62 | 43 | 0 | 40 | DD | 60 | 12 |
| Octal | 2 | 36 | 133 | 142 | 103 | 0 | 100 | 335 | 140 | 22 |
| Binary | 10 | 11110 | 1011011 | 1100010 | 1000011 | 0 | 1000000 | 11011101 | 1100000 | 10010 |
Color Harmonies of #021E5B
Complementary color
Monochromatic Colors of #021E5B
Black with #021E5B
Text Example
Text Example
White with #021E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E5B; }
p { color: rgb(2,30,91); }
H1.HeaderClassName
{
color: #021E5B;
}
.AnyTagClassName
{
color: #021E5B;
}
</style>
background-color css
<style>
a { background-color: #021E5B; }
a { background-color: rgb(2,30,91); }
div.DivClassName
{
background-color: #021E5B;
}
.BgClassName
{
background-color: #021E5B;
}
</style>
border-color css
<style>
span { border-color: #021E5B; }
span { border-color: rgb(2,30,91); }
td.TdClassName
{
border-color: #021E5B;
}
.TagClassName
{
border-color: #021E5B;
}
</style>