Shades of Sapphire #071D5D
Tints of Sapphire #071D5D
RGB
CMYK
RGB Variations
Color information
#071D5D (or 0x071D5D) is known color: Sapphire. HEX triplet: 07, 1D and 5D. RGB value is (7,29,93). Sum of RGB (Red+Green+Blue) = 7+29+93=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #071D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D5D is #F8E2A2. Grayscale: #1D1D1D. Windows color (decimal): -16310947 or 6102279. OLE color: 6102279.
HSL color Cylindrical-coordinate representation of color #071D5D: hue angle of 224.65º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071D5D is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 29 | 93 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.64 |
| HSL | 224.65º | 0.86% | 0.2% | - |
| HSV(B) | 224.65º | 0.92% | 0.36% | - |
| XYZ | 2.5 | 1.71 | 10.55 | - |
| YUV | 29.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 93 | 0.92 | 0.69 | 0 | 0.64 | 224.65 | 0.86 | 0.2 |
| Hex | 7 | 1D | 5D | 5C | 45 | 0 | 40 | E1 | 56 | 14 |
| Octal | 7 | 35 | 135 | 134 | 105 | 0 | 100 | 341 | 126 | 24 |
| Binary | 111 | 11101 | 1011101 | 1011100 | 1000101 | 0 | 1000000 | 11100001 | 1010110 | 10100 |
Color Harmonies of #071D5D
Complementary color
Monochromatic Colors of #071D5D
Black with #071D5D
Text Example
Text Example
White with #071D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D5D; }
p { color: rgb(7,29,93); }
H1.HeaderClassName
{
color: #071D5D;
}
.AnyTagClassName
{
color: #071D5D;
}
</style>
background-color css
<style>
a { background-color: #071D5D; }
a { background-color: rgb(7,29,93); }
div.DivClassName
{
background-color: #071D5D;
}
.BgClassName
{
background-color: #071D5D;
}
</style>
border-color css
<style>
span { border-color: #071D5D; }
span { border-color: rgb(7,29,93); }
td.TdClassName
{
border-color: #071D5D;
}
.TagClassName
{
border-color: #071D5D;
}
</style>