Shades of Sapphire #021E5A
Tints of Sapphire #021E5A
RGB
CMYK
RGB Variations
Color information
#021E5A (or 0x021E5A) is known color: Sapphire. HEX triplet: 02, 1E and 5A. RGB value is (2,30,90). Sum of RGB (Red+Green+Blue) = 2+30+90=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #021E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E5A is #FDE1A5. Grayscale: #1C1C1C. Windows color (decimal): -16638374 or 5905922. OLE color: 5905922.
HSL color Cylindrical-coordinate representation of color #021E5A: hue angle of 220.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E5A is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 30 | 90 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.65 |
| HSL | 220.91º | 0.96% | 0.18% | - |
| HSV(B) | 220.91º | 0.98% | 0.35% | - |
| XYZ | 2.33 | 1.68 | 9.87 | - |
| YUV | 28.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 90 | 0.98 | 0.67 | 0 | 0.65 | 220.91 | 0.96 | 0.18 |
| Hex | 2 | 1E | 5A | 62 | 43 | 0 | 41 | DD | 60 | 12 |
| Octal | 2 | 36 | 132 | 142 | 103 | 0 | 101 | 335 | 140 | 22 |
| Binary | 10 | 11110 | 1011010 | 1100010 | 1000011 | 0 | 1000001 | 11011101 | 1100000 | 10010 |
Color Harmonies of #021E5A
Complementary color
Monochromatic Colors of #021E5A
Black with #021E5A
Text Example
Text Example
White with #021E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E5A; }
p { color: rgb(2,30,90); }
H1.HeaderClassName
{
color: #021E5A;
}
.AnyTagClassName
{
color: #021E5A;
}
</style>
background-color css
<style>
a { background-color: #021E5A; }
a { background-color: rgb(2,30,90); }
div.DivClassName
{
background-color: #021E5A;
}
.BgClassName
{
background-color: #021E5A;
}
</style>
border-color css
<style>
span { border-color: #021E5A; }
span { border-color: rgb(2,30,90); }
td.TdClassName
{
border-color: #021E5A;
}
.TagClassName
{
border-color: #021E5A;
}
</style>