Shades of Sapphire #071A5E
Tints of Sapphire #071A5E
RGB
CMYK
RGB Variations
Color information
#071A5E (or 0x071A5E) is known color: Sapphire. HEX triplet: 07, 1A and 5E. RGB value is (7,26,94). Sum of RGB (Red+Green+Blue) = 7+26+94=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 26 (10.55% from 255 or 20.47% 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 #071A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A5E is #F8E5A1. Grayscale: #1B1B1B. Windows color (decimal): -16311714 or 6167047. OLE color: 6167047.
HSL color Cylindrical-coordinate representation of color #071A5E: hue angle of 226.9º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071A5E is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 26 | 94 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.63 |
| HSL | 226.9º | 0.86% | 0.2% | - |
| HSV(B) | 226.9º | 0.93% | 0.37% | - |
| XYZ | 2.48 | 1.59 | 10.77 | - |
| YUV | 28.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 94 | 0.93 | 0.72 | 0 | 0.63 | 226.9 | 0.86 | 0.2 |
| Hex | 7 | 1A | 5E | 5D | 48 | 0 | 3F | E3 | 56 | 14 |
| Octal | 7 | 32 | 136 | 135 | 110 | 0 | 77 | 343 | 126 | 24 |
| Binary | 111 | 11010 | 1011110 | 1011101 | 1001000 | 0 | 111111 | 11100011 | 1010110 | 10100 |
Color Harmonies of #071A5E
Complementary color
Monochromatic Colors of #071A5E
Black with #071A5E
Text Example
Text Example
White with #071A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A5E; }
p { color: rgb(7,26,94); }
H1.HeaderClassName
{
color: #071A5E;
}
.AnyTagClassName
{
color: #071A5E;
}
</style>
background-color css
<style>
a { background-color: #071A5E; }
a { background-color: rgb(7,26,94); }
div.DivClassName
{
background-color: #071A5E;
}
.BgClassName
{
background-color: #071A5E;
}
</style>
border-color css
<style>
span { border-color: #071A5E; }
span { border-color: rgb(7,26,94); }
td.TdClassName
{
border-color: #071A5E;
}
.TagClassName
{
border-color: #071A5E;
}
</style>