Shades of Sapphire #021E55
Tints of Sapphire #021E55
RGB
CMYK
RGB Variations
Color information
#021E55 (or 0x021E55) is known color: Sapphire. HEX triplet: 02, 1E and 55. RGB value is (2,30,85). Sum of RGB (Red+Green+Blue) = 2+30+85=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 85 (33.59% from 255 or 72.65% from 117); Max value from RGB is 85 - color contains mainly: blue. Hex color #021E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E55 is #FDE1AA. Grayscale: #1B1B1B. Windows color (decimal): -16638379 or 5578242. OLE color: 5578242.
HSL color Cylindrical-coordinate representation of color #021E55: hue angle of 219.76º 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 #021E55 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 30 | 85 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.67 |
| HSL | 219.76º | 0.95% | 0.17% | - |
| HSV(B) | 219.76º | 0.98% | 0.33% | - |
| XYZ | 2.13 | 1.6 | 8.79 | - |
| YUV | 27.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 85 | 0.98 | 0.65 | 0 | 0.67 | 219.76 | 0.95 | 0.17 |
| Hex | 2 | 1E | 55 | 62 | 41 | 0 | 43 | DC | 5F | 11 |
| Octal | 2 | 36 | 125 | 142 | 101 | 0 | 103 | 334 | 137 | 21 |
| Binary | 10 | 11110 | 1010101 | 1100010 | 1000001 | 0 | 1000011 | 11011100 | 1011111 | 10001 |
Color Harmonies of #021E55
Complementary color
Monochromatic Colors of #021E55
Black with #021E55
Text Example
Text Example
White with #021E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E55; }
p { color: rgb(2,30,85); }
H1.HeaderClassName
{
color: #021E55;
}
.AnyTagClassName
{
color: #021E55;
}
</style>
background-color css
<style>
a { background-color: #021E55; }
a { background-color: rgb(2,30,85); }
div.DivClassName
{
background-color: #021E55;
}
.BgClassName
{
background-color: #021E55;
}
</style>
border-color css
<style>
span { border-color: #021E55; }
span { border-color: rgb(2,30,85); }
td.TdClassName
{
border-color: #021E55;
}
.TagClassName
{
border-color: #021E55;
}
</style>