Shades of Sapphire #021E4D
Tints of Sapphire #021E4D
RGB
CMYK
RGB Variations
Color information
#021E4D (or 0x021E4D) is known color: Sapphire. HEX triplet: 02, 1E and 4D. RGB value is (2,30,77). Sum of RGB (Red+Green+Blue) = 2+30+77=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #021E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E4D is #FDE1B2. Grayscale: #1A1A1A. Windows color (decimal): -16638387 or 5053954. OLE color: 5053954.
HSL color Cylindrical-coordinate representation of color #021E4D: hue angle of 217.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E4D is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 30 | 77 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.70 |
| HSL | 217.6º | 0.95% | 0.15% | - |
| HSV(B) | 217.6º | 0.97% | 0.3% | - |
| XYZ | 1.83 | 1.48 | 7.21 | - |
| YUV | 26.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 77 | 0.97 | 0.61 | 0 | 0.70 | 217.6 | 0.95 | 0.15 |
| Hex | 2 | 1E | 4D | 61 | 3D | 0 | 46 | DA | 5F | F |
| Octal | 2 | 36 | 115 | 141 | 75 | 0 | 106 | 332 | 137 | 17 |
| Binary | 10 | 11110 | 1001101 | 1100001 | 111101 | 0 | 1000110 | 11011010 | 1011111 | 1111 |
Color Harmonies of #021E4D
Complementary color
Monochromatic Colors of #021E4D
Black with #021E4D
Text Example
Text Example
White with #021E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E4D; }
p { color: rgb(2,30,77); }
H1.HeaderClassName
{
color: #021E4D;
}
.AnyTagClassName
{
color: #021E4D;
}
</style>
background-color css
<style>
a { background-color: #021E4D; }
a { background-color: rgb(2,30,77); }
div.DivClassName
{
background-color: #021E4D;
}
.BgClassName
{
background-color: #021E4D;
}
</style>
border-color css
<style>
span { border-color: #021E4D; }
span { border-color: rgb(2,30,77); }
td.TdClassName
{
border-color: #021E4D;
}
.TagClassName
{
border-color: #021E4D;
}
</style>