Shades of Sapphire #021E6D
Tints of Sapphire #021E6D
RGB
CMYK
RGB Variations
Color information
#021E6D (or 0x021E6D) is known color: Sapphire. HEX triplet: 02, 1E and 6D. RGB value is (2,30,109). Sum of RGB (Red+Green+Blue) = 2+30+109=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #021E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E6D is #FDE192. Grayscale: #1E1E1E. Windows color (decimal): -16638355 or 7151106. OLE color: 7151106.
HSL color Cylindrical-coordinate representation of color #021E6D: hue angle of 224.3º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E6D is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 30 | 109 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.57 |
| HSL | 224.3º | 0.96% | 0.22% | - |
| HSV(B) | 224.3º | 0.98% | 0.43% | - |
| XYZ | 3.25 | 2.05 | 14.69 | - |
| YUV | 30.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 109 | 0.98 | 0.72 | 0 | 0.57 | 224.3 | 0.96 | 0.22 |
| Hex | 2 | 1E | 6D | 62 | 48 | 0 | 39 | E0 | 60 | 16 |
| Octal | 2 | 36 | 155 | 142 | 110 | 0 | 71 | 340 | 140 | 26 |
| Binary | 10 | 11110 | 1101101 | 1100010 | 1001000 | 0 | 111001 | 11100000 | 1100000 | 10110 |
Color Harmonies of #021E6D
Complementary color
Monochromatic Colors of #021E6D
Black with #021E6D
Text Example
Text Example
White with #021E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E6D; }
p { color: rgb(2,30,109); }
H1.HeaderClassName
{
color: #021E6D;
}
.AnyTagClassName
{
color: #021E6D;
}
</style>
background-color css
<style>
a { background-color: #021E6D; }
a { background-color: rgb(2,30,109); }
div.DivClassName
{
background-color: #021E6D;
}
.BgClassName
{
background-color: #021E6D;
}
</style>
border-color css
<style>
span { border-color: #021E6D; }
span { border-color: rgb(2,30,109); }
td.TdClassName
{
border-color: #021E6D;
}
.TagClassName
{
border-color: #021E6D;
}
</style>