Shades of Sapphire #021E83
Tints of Sapphire #021E83
RGB
CMYK
RGB Variations
Color information
#021E83 (or 0x021E83) is known color: Sapphire. HEX triplet: 02, 1E and 83. RGB value is (2,30,131). Sum of RGB (Red+Green+Blue) = 2+30+131=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #021E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E83 is #FDE17C. Grayscale: #202020. Windows color (decimal): -16638333 or 8592898. OLE color: 8592898.
HSL color Cylindrical-coordinate representation of color #021E83: hue angle of 226.98º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E83 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 30 | 131 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.49 |
| HSL | 226.98º | 0.97% | 0.26% | - |
| HSV(B) | 226.98º | 0.98% | 0.51% | - |
| XYZ | 4.59 | 2.58 | 21.73 | - |
| YUV | 33.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 131 | 0.98 | 0.77 | 0 | 0.49 | 226.98 | 0.97 | 0.26 |
| Hex | 2 | 1E | 83 | 62 | 4D | 0 | 31 | E3 | 61 | 1A |
| Octal | 2 | 36 | 203 | 142 | 115 | 0 | 61 | 343 | 141 | 32 |
| Binary | 10 | 11110 | 10000011 | 1100010 | 1001101 | 0 | 110001 | 11100011 | 1100001 | 11010 |
Color Harmonies of #021E83
Complementary color
Monochromatic Colors of #021E83
Black with #021E83
Text Example
Text Example
White with #021E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E83; }
p { color: rgb(2,30,131); }
H1.HeaderClassName
{
color: #021E83;
}
.AnyTagClassName
{
color: #021E83;
}
</style>
background-color css
<style>
a { background-color: #021E83; }
a { background-color: rgb(2,30,131); }
div.DivClassName
{
background-color: #021E83;
}
.BgClassName
{
background-color: #021E83;
}
</style>
border-color css
<style>
span { border-color: #021E83; }
span { border-color: rgb(2,30,131); }
td.TdClassName
{
border-color: #021E83;
}
.TagClassName
{
border-color: #021E83;
}
</style>