Shades of Sapphire #071653
Tints of Sapphire #071653
RGB
CMYK
RGB Variations
Color information
#071653 (or 0x071653) is known color: Sapphire. HEX triplet: 07, 16 and 53. RGB value is (7,22,83). Sum of RGB (Red+Green+Blue) = 7+22+83=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #071653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071653 is #F8E9AC. Grayscale: #181818. Windows color (decimal): -16312749 or 5445127. OLE color: 5445127.
HSL color Cylindrical-coordinate representation of color #071653: hue angle of 228.16º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071653 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 22 | 83 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.67 |
| HSL | 228.16º | 0.84% | 0.18% | - |
| HSV(B) | 228.16º | 0.92% | 0.33% | - |
| XYZ | 1.94 | 1.24 | 8.32 | - |
| YUV | 24.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 83 | 0.92 | 0.73 | 0 | 0.67 | 228.16 | 0.84 | 0.18 |
| Hex | 7 | 16 | 53 | 5C | 49 | 0 | 43 | E4 | 54 | 12 |
| Octal | 7 | 26 | 123 | 134 | 111 | 0 | 103 | 344 | 124 | 22 |
| Binary | 111 | 10110 | 1010011 | 1011100 | 1001001 | 0 | 1000011 | 11100100 | 1010100 | 10010 |
Color Harmonies of #071653
Complementary color
Monochromatic Colors of #071653
Black with #071653
Text Example
Text Example
White with #071653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071653; }
p { color: rgb(7,22,83); }
H1.HeaderClassName
{
color: #071653;
}
.AnyTagClassName
{
color: #071653;
}
</style>
background-color css
<style>
a { background-color: #071653; }
a { background-color: rgb(7,22,83); }
div.DivClassName
{
background-color: #071653;
}
.BgClassName
{
background-color: #071653;
}
</style>
border-color css
<style>
span { border-color: #071653; }
span { border-color: rgb(7,22,83); }
td.TdClassName
{
border-color: #071653;
}
.TagClassName
{
border-color: #071653;
}
</style>