Shades of Sapphire #071D63
Tints of Sapphire #071D63
RGB
CMYK
RGB Variations
Color information
#071D63 (or 0x071D63) is known color: Sapphire. HEX triplet: 07, 1D and 63. RGB value is (7,29,99). Sum of RGB (Red+Green+Blue) = 7+29+99=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #071D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D63 is #F8E29C. Grayscale: #1E1E1E. Windows color (decimal): -16310941 or 6495495. OLE color: 6495495.
HSL color Cylindrical-coordinate representation of color #071D63: hue angle of 225.65º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071D63 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 29 | 99 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.61 |
| HSL | 225.65º | 0.87% | 0.21% | - |
| HSV(B) | 225.65º | 0.93% | 0.39% | - |
| XYZ | 2.78 | 1.82 | 12.01 | - |
| YUV | 30.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 99 | 0.93 | 0.71 | 0 | 0.61 | 225.65 | 0.87 | 0.21 |
| Hex | 7 | 1D | 63 | 5D | 47 | 0 | 3D | E2 | 57 | 15 |
| Octal | 7 | 35 | 143 | 135 | 107 | 0 | 75 | 342 | 127 | 25 |
| Binary | 111 | 11101 | 1100011 | 1011101 | 1000111 | 0 | 111101 | 11100010 | 1010111 | 10101 |
Color Harmonies of #071D63
Complementary color
Monochromatic Colors of #071D63
Black with #071D63
Text Example
Text Example
White with #071D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D63; }
p { color: rgb(7,29,99); }
H1.HeaderClassName
{
color: #071D63;
}
.AnyTagClassName
{
color: #071D63;
}
</style>
background-color css
<style>
a { background-color: #071D63; }
a { background-color: rgb(7,29,99); }
div.DivClassName
{
background-color: #071D63;
}
.BgClassName
{
background-color: #071D63;
}
</style>
border-color css
<style>
span { border-color: #071D63; }
span { border-color: rgb(7,29,99); }
td.TdClassName
{
border-color: #071D63;
}
.TagClassName
{
border-color: #071D63;
}
</style>