Shades of Sapphire #020E5E
Tints of Sapphire #020E5E
RGB
CMYK
RGB Variations
Color information
#020E5E (or 0x020E5E) is known color: Sapphire. HEX triplet: 02, 0E and 5E. RGB value is (2,14,94). Sum of RGB (Red+Green+Blue) = 2+14+94=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 94 (37.11% from 255 or 85.45% from 110); Max value from RGB is 94 - color contains mainly: blue. Hex color #020E5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E5E is #FDF1A1. Grayscale: #131313. Windows color (decimal): -16642466 or 6163970. OLE color: 6163970.
HSL color Cylindrical-coordinate representation of color #020E5E: hue angle of 232.17º 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 #020E5E is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 2 | 14 | 94 | - |
CMYK | 0.98 | 0.85 | 0 | 0.63 |
HSL | 232.17º | 0.96% | 0.19% | - |
HSV(B) | 232.17º | 0.98% | 0.37% | - |
XYZ | 2.2 | 1.14 | 10.69 | - |
YUV | 19.53 | 170.02 | 115.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 14 | 94 | 0.98 | 0.85 | 0 | 0.63 | 232.17 | 0.96 | 0.19 |
Hex | 2 | E | 5E | 62 | 55 | 0 | 3F | E8 | 60 | 13 |
Octal | 2 | 16 | 136 | 142 | 125 | 0 | 77 | 350 | 140 | 23 |
Binary | 10 | 1110 | 1011110 | 1100010 | 1010101 | 0 | 111111 | 11101000 | 1100000 | 10011 |
Color Harmonies of #020E5E
Complementary color
Monochromatic Colors of #020E5E
Black with #020E5E
Text Example
Text Example
White with #020E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E5E; }
p { color: rgb(2,14,94); }
H1.HeaderClassName
{
color: #020E5E;
}
.AnyTagClassName
{
color: #020E5E;
}
</style>
background-color css
<style>
a { background-color: #020E5E; }
a { background-color: rgb(2,14,94); }
div.DivClassName
{
background-color: #020E5E;
}
.BgClassName
{
background-color: #020E5E;
}
</style>
border-color css
<style>
span { border-color: #020E5E; }
span { border-color: rgb(2,14,94); }
td.TdClassName
{
border-color: #020E5E;
}
.TagClassName
{
border-color: #020E5E;
}
</style>