Shades of Sapphire #021E6B
Tints of Sapphire #021E6B
RGB
CMYK
RGB Variations
Color information
#021E6B (or 0x021E6B) is known color: Sapphire. HEX triplet: 02, 1E and 6B. RGB value is (2,30,107). Sum of RGB (Red+Green+Blue) = 2+30+107=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #021E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E6B is #FDE194. Grayscale: #1E1E1E. Windows color (decimal): -16638357 or 7020034. OLE color: 7020034.
HSL color Cylindrical-coordinate representation of color #021E6B: hue angle of 224º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E6B is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 30 | 107 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.58 |
| HSL | 224º | 0.96% | 0.21% | - |
| HSV(B) | 224º | 0.98% | 0.42% | - |
| XYZ | 3.14 | 2 | 14.13 | - |
| YUV | 30.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 107 | 0.98 | 0.72 | 0 | 0.58 | 224 | 0.96 | 0.21 |
| Hex | 2 | 1E | 6B | 62 | 48 | 0 | 3A | E0 | 60 | 15 |
| Octal | 2 | 36 | 153 | 142 | 110 | 0 | 72 | 340 | 140 | 25 |
| Binary | 10 | 11110 | 1101011 | 1100010 | 1001000 | 0 | 111010 | 11100000 | 1100000 | 10101 |
Color Harmonies of #021E6B
Complementary color
Monochromatic Colors of #021E6B
Black with #021E6B
Text Example
Text Example
White with #021E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E6B; }
p { color: rgb(2,30,107); }
H1.HeaderClassName
{
color: #021E6B;
}
.AnyTagClassName
{
color: #021E6B;
}
</style>
background-color css
<style>
a { background-color: #021E6B; }
a { background-color: rgb(2,30,107); }
div.DivClassName
{
background-color: #021E6B;
}
.BgClassName
{
background-color: #021E6B;
}
</style>
border-color css
<style>
span { border-color: #021E6B; }
span { border-color: rgb(2,30,107); }
td.TdClassName
{
border-color: #021E6B;
}
.TagClassName
{
border-color: #021E6B;
}
</style>