Shades of Sapphire #071353
Tints of Sapphire #071353
RGB
CMYK
RGB Variations
Color information
#071353 (or 0x071353) is known color: Sapphire. HEX triplet: 07, 13 and 53. RGB value is (7,19,83). Sum of RGB (Red+Green+Blue) = 7+19+83=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #071353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071353 is #F8ECAC. Grayscale: #161616. Windows color (decimal): -16313517 or 5444359. OLE color: 5444359.
HSL color Cylindrical-coordinate representation of color #071353: hue angle of 230.53º 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 #071353 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 19 | 83 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.67 |
| HSL | 230.53º | 0.84% | 0.18% | - |
| HSV(B) | 230.53º | 0.92% | 0.33% | - |
| XYZ | 1.88 | 1.14 | 8.3 | - |
| YUV | 22.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 83 | 0.92 | 0.77 | 0 | 0.67 | 230.53 | 0.84 | 0.18 |
| Hex | 7 | 13 | 53 | 5C | 4D | 0 | 43 | E7 | 54 | 12 |
| Octal | 7 | 23 | 123 | 134 | 115 | 0 | 103 | 347 | 124 | 22 |
| Binary | 111 | 10011 | 1010011 | 1011100 | 1001101 | 0 | 1000011 | 11100111 | 1010100 | 10010 |
Color Harmonies of #071353
Complementary color
Monochromatic Colors of #071353
Black with #071353
Text Example
Text Example
White with #071353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071353; }
p { color: rgb(7,19,83); }
H1.HeaderClassName
{
color: #071353;
}
.AnyTagClassName
{
color: #071353;
}
</style>
background-color css
<style>
a { background-color: #071353; }
a { background-color: rgb(7,19,83); }
div.DivClassName
{
background-color: #071353;
}
.BgClassName
{
background-color: #071353;
}
</style>
border-color css
<style>
span { border-color: #071353; }
span { border-color: rgb(7,19,83); }
td.TdClassName
{
border-color: #071353;
}
.TagClassName
{
border-color: #071353;
}
</style>