Shades of Sapphire #071F52
Tints of Sapphire #071F52
RGB
CMYK
RGB Variations
Color information
#071F52 (or 0x071F52) is known color: Sapphire. HEX triplet: 07, 1F and 52. RGB value is (7,31,82). Sum of RGB (Red+Green+Blue) = 7+31+82=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #071F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F52 is #F8E0AD. Grayscale: #1D1D1D. Windows color (decimal): -16310446 or 5381895. OLE color: 5381895.
HSL color Cylindrical-coordinate representation of color #071F52: hue angle of 220.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 #071F52 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 31 | 82 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.68 |
| HSL | 220.8º | 0.84% | 0.17% | - |
| HSV(B) | 220.8º | 0.91% | 0.32% | - |
| XYZ | 2.1 | 1.63 | 8.19 | - |
| YUV | 29.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 82 | 0.91 | 0.62 | 0 | 0.68 | 220.8 | 0.84 | 0.17 |
| Hex | 7 | 1F | 52 | 5B | 3E | 0 | 44 | DD | 54 | 11 |
| Octal | 7 | 37 | 122 | 133 | 76 | 0 | 104 | 335 | 124 | 21 |
| Binary | 111 | 11111 | 1010010 | 1011011 | 111110 | 0 | 1000100 | 11011101 | 1010100 | 10001 |
Color Harmonies of #071F52
Complementary color
Monochromatic Colors of #071F52
Black with #071F52
Text Example
Text Example
White with #071F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F52; }
p { color: rgb(7,31,82); }
H1.HeaderClassName
{
color: #071F52;
}
.AnyTagClassName
{
color: #071F52;
}
</style>
background-color css
<style>
a { background-color: #071F52; }
a { background-color: rgb(7,31,82); }
div.DivClassName
{
background-color: #071F52;
}
.BgClassName
{
background-color: #071F52;
}
</style>
border-color css
<style>
span { border-color: #071F52; }
span { border-color: rgb(7,31,82); }
td.TdClassName
{
border-color: #071F52;
}
.TagClassName
{
border-color: #071F52;
}
</style>