Shades of Sapphire #021E53
Tints of Sapphire #021E53
RGB
CMYK
RGB Variations
Color information
#021E53 (or 0x021E53) is known color: Sapphire. HEX triplet: 02, 1E and 53. RGB value is (2,30,83). Sum of RGB (Red+Green+Blue) = 2+30+83=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #021E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E53 is #FDE1AC. Grayscale: #1B1B1B. Windows color (decimal): -16638381 or 5447170. OLE color: 5447170.
HSL color Cylindrical-coordinate representation of color #021E53: hue angle of 219.26º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E53 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 30 | 83 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.67 |
| HSL | 219.26º | 0.95% | 0.17% | - |
| HSV(B) | 219.26º | 0.98% | 0.33% | - |
| XYZ | 2.05 | 1.57 | 8.38 | - |
| YUV | 27.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 83 | 0.98 | 0.64 | 0 | 0.67 | 219.26 | 0.95 | 0.17 |
| Hex | 2 | 1E | 53 | 62 | 40 | 0 | 43 | DB | 5F | 11 |
| Octal | 2 | 36 | 123 | 142 | 100 | 0 | 103 | 333 | 137 | 21 |
| Binary | 10 | 11110 | 1010011 | 1100010 | 1000000 | 0 | 1000011 | 11011011 | 1011111 | 10001 |
Color Harmonies of #021E53
Complementary color
Monochromatic Colors of #021E53
Black with #021E53
Text Example
Text Example
White with #021E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E53; }
p { color: rgb(2,30,83); }
H1.HeaderClassName
{
color: #021E53;
}
.AnyTagClassName
{
color: #021E53;
}
</style>
background-color css
<style>
a { background-color: #021E53; }
a { background-color: rgb(2,30,83); }
div.DivClassName
{
background-color: #021E53;
}
.BgClassName
{
background-color: #021E53;
}
</style>
border-color css
<style>
span { border-color: #021E53; }
span { border-color: rgb(2,30,83); }
td.TdClassName
{
border-color: #021E53;
}
.TagClassName
{
border-color: #021E53;
}
</style>