Shades of Sapphire #071D68
Tints of Sapphire #071D68
RGB
CMYK
RGB Variations
Color information
#071D68 (or 0x071D68) is known color: Sapphire. HEX triplet: 07, 1D and 68. RGB value is (7,29,104). Sum of RGB (Red+Green+Blue) = 7+29+104=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #071D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D68 is #F8E297. Grayscale: #1E1E1E. Windows color (decimal): -16310936 or 6823175. OLE color: 6823175.
HSL color Cylindrical-coordinate representation of color #071D68: hue angle of 226.39º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071D68 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 29 | 104 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.59 |
| HSL | 226.39º | 0.87% | 0.22% | - |
| HSV(B) | 226.39º | 0.93% | 0.41% | - |
| XYZ | 3.03 | 1.92 | 13.31 | - |
| YUV | 30.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 104 | 0.93 | 0.72 | 0 | 0.59 | 226.39 | 0.87 | 0.22 |
| Hex | 7 | 1D | 68 | 5D | 48 | 0 | 3B | E2 | 57 | 16 |
| Octal | 7 | 35 | 150 | 135 | 110 | 0 | 73 | 342 | 127 | 26 |
| Binary | 111 | 11101 | 1101000 | 1011101 | 1001000 | 0 | 111011 | 11100010 | 1010111 | 10110 |
Color Harmonies of #071D68
Complementary color
Monochromatic Colors of #071D68
Black with #071D68
Text Example
Text Example
White with #071D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D68; }
p { color: rgb(7,29,104); }
H1.HeaderClassName
{
color: #071D68;
}
.AnyTagClassName
{
color: #071D68;
}
</style>
background-color css
<style>
a { background-color: #071D68; }
a { background-color: rgb(7,29,104); }
div.DivClassName
{
background-color: #071D68;
}
.BgClassName
{
background-color: #071D68;
}
</style>
border-color css
<style>
span { border-color: #071D68; }
span { border-color: rgb(7,29,104); }
td.TdClassName
{
border-color: #071D68;
}
.TagClassName
{
border-color: #071D68;
}
</style>