Shades of Sapphire #020C5E
Tints of Sapphire #020C5E
RGB
CMYK
RGB Variations
Color information
#020C5E (or 0x020C5E) is known color: Sapphire. HEX triplet: 02, 0C and 5E. RGB value is (2,12,94). Sum of RGB (Red+Green+Blue) = 2+12+94=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 94 (37.11% from 255 or 87.04% from 108); Max value from RGB is 94 - color contains mainly: blue. Hex color #020C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C5E is #FDF3A1. Grayscale: #121212. Windows color (decimal): -16642978 or 6163458. OLE color: 6163458.
HSL color Cylindrical-coordinate representation of color #020C5E: hue angle of 233.48º 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 #020C5E is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 2 | 12 | 94 | - |
CMYK | 0.98 | 0.87 | 0 | 0.63 |
HSL | 233.48º | 0.96% | 0.19% | - |
HSV(B) | 233.48º | 0.98% | 0.37% | - |
XYZ | 2.18 | 1.08 | 10.68 | - |
YUV | 18.36 | 170.69 | 116.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 12 | 94 | 0.98 | 0.87 | 0 | 0.63 | 233.48 | 0.96 | 0.19 |
Hex | 2 | C | 5E | 62 | 57 | 0 | 3F | E9 | 60 | 13 |
Octal | 2 | 14 | 136 | 142 | 127 | 0 | 77 | 351 | 140 | 23 |
Binary | 10 | 1100 | 1011110 | 1100010 | 1010111 | 0 | 111111 | 11101001 | 1100000 | 10011 |
Color Harmonies of #020C5E
Complementary color
Monochromatic Colors of #020C5E
Black with #020C5E
Text Example
Text Example
White with #020C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C5E; }
p { color: rgb(2,12,94); }
H1.HeaderClassName
{
color: #020C5E;
}
.AnyTagClassName
{
color: #020C5E;
}
</style>
background-color css
<style>
a { background-color: #020C5E; }
a { background-color: rgb(2,12,94); }
div.DivClassName
{
background-color: #020C5E;
}
.BgClassName
{
background-color: #020C5E;
}
</style>
border-color css
<style>
span { border-color: #020C5E; }
span { border-color: rgb(2,12,94); }
td.TdClassName
{
border-color: #020C5E;
}
.TagClassName
{
border-color: #020C5E;
}
</style>