Shades of Sapphire #071A52
Tints of Sapphire #071A52
RGB
CMYK
RGB Variations
Color information
#071A52 (or 0x071A52) is known color: Sapphire. HEX triplet: 07, 1A and 52. RGB value is (7,26,82). Sum of RGB (Red+Green+Blue) = 7+26+82=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 82 (32.42% from 255 or 71.30% from 115); Max value from RGB is 82 - color contains mainly: blue. Hex color #071A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A52 is #F8E5AD. Grayscale: #1A1A1A. Windows color (decimal): -16311726 or 5380615. OLE color: 5380615.
HSL color Cylindrical-coordinate representation of color #071A52: hue angle of 224.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071A52 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 26 | 82 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.68 |
| HSL | 224.8º | 0.84% | 0.17% | - |
| HSV(B) | 224.8º | 0.91% | 0.32% | - |
| XYZ | 1.98 | 1.39 | 8.15 | - |
| YUV | 26.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 82 | 0.91 | 0.68 | 0 | 0.68 | 224.8 | 0.84 | 0.17 |
| Hex | 7 | 1A | 52 | 5B | 44 | 0 | 44 | E1 | 54 | 11 |
| Octal | 7 | 32 | 122 | 133 | 104 | 0 | 104 | 341 | 124 | 21 |
| Binary | 111 | 11010 | 1010010 | 1011011 | 1000100 | 0 | 1000100 | 11100001 | 1010100 | 10001 |
Color Harmonies of #071A52
Complementary color
Monochromatic Colors of #071A52
Black with #071A52
Text Example
Text Example
White with #071A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A52; }
p { color: rgb(7,26,82); }
H1.HeaderClassName
{
color: #071A52;
}
.AnyTagClassName
{
color: #071A52;
}
</style>
background-color css
<style>
a { background-color: #071A52; }
a { background-color: rgb(7,26,82); }
div.DivClassName
{
background-color: #071A52;
}
.BgClassName
{
background-color: #071A52;
}
</style>
border-color css
<style>
span { border-color: #071A52; }
span { border-color: rgb(7,26,82); }
td.TdClassName
{
border-color: #071A52;
}
.TagClassName
{
border-color: #071A52;
}
</style>