Shades of Sapphire #021F5E
Tints of Sapphire #021F5E
RGB
CMYK
RGB Variations
Color information
#021F5E (or 0x021F5E) is known color: Sapphire. HEX triplet: 02, 1F and 5E. RGB value is (2,31,94). Sum of RGB (Red+Green+Blue) = 2+31+94=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #021F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F5E is #FDE0A1. Grayscale: #1D1D1D. Windows color (decimal): -16638114 or 6168322. OLE color: 6168322.
HSL color Cylindrical-coordinate representation of color #021F5E: hue angle of 221.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021F5E is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 31 | 94 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.63 |
| HSL | 221.09º | 0.96% | 0.19% | - |
| HSV(B) | 221.09º | 0.98% | 0.37% | - |
| XYZ | 2.54 | 1.8 | 10.8 | - |
| YUV | 29.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 94 | 0.98 | 0.67 | 0 | 0.63 | 221.09 | 0.96 | 0.19 |
| Hex | 2 | 1F | 5E | 62 | 43 | 0 | 3F | DD | 60 | 13 |
| Octal | 2 | 37 | 136 | 142 | 103 | 0 | 77 | 335 | 140 | 23 |
| Binary | 10 | 11111 | 1011110 | 1100010 | 1000011 | 0 | 111111 | 11011101 | 1100000 | 10011 |
Color Harmonies of #021F5E
Complementary color
Monochromatic Colors of #021F5E
Black with #021F5E
Text Example
Text Example
White with #021F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F5E; }
p { color: rgb(2,31,94); }
H1.HeaderClassName
{
color: #021F5E;
}
.AnyTagClassName
{
color: #021F5E;
}
</style>
background-color css
<style>
a { background-color: #021F5E; }
a { background-color: rgb(2,31,94); }
div.DivClassName
{
background-color: #021F5E;
}
.BgClassName
{
background-color: #021F5E;
}
</style>
border-color css
<style>
span { border-color: #021F5E; }
span { border-color: rgb(2,31,94); }
td.TdClassName
{
border-color: #021F5E;
}
.TagClassName
{
border-color: #021F5E;
}
</style>