Shades of Sapphire #071553
Tints of Sapphire #071553
RGB
CMYK
RGB Variations
Color information
#071553 (or 0x071553) is known color: Sapphire. HEX triplet: 07, 15 and 53. RGB value is (7,21,83). Sum of RGB (Red+Green+Blue) = 7+21+83=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #071553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071553 is #F8EAAC. Grayscale: #171717. Windows color (decimal): -16313005 or 5444871. OLE color: 5444871.
HSL color Cylindrical-coordinate representation of color #071553: hue angle of 228.95º 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 #071553 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 21 | 83 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.67 |
| HSL | 228.95º | 0.84% | 0.18% | - |
| HSV(B) | 228.95º | 0.92% | 0.33% | - |
| XYZ | 1.92 | 1.21 | 8.32 | - |
| YUV | 23.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 83 | 0.92 | 0.75 | 0 | 0.67 | 228.95 | 0.84 | 0.18 |
| Hex | 7 | 15 | 53 | 5C | 4B | 0 | 43 | E5 | 54 | 12 |
| Octal | 7 | 25 | 123 | 134 | 113 | 0 | 103 | 345 | 124 | 22 |
| Binary | 111 | 10101 | 1010011 | 1011100 | 1001011 | 0 | 1000011 | 11100101 | 1010100 | 10010 |
Color Harmonies of #071553
Complementary color
Monochromatic Colors of #071553
Black with #071553
Text Example
Text Example
White with #071553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071553; }
p { color: rgb(7,21,83); }
H1.HeaderClassName
{
color: #071553;
}
.AnyTagClassName
{
color: #071553;
}
</style>
background-color css
<style>
a { background-color: #071553; }
a { background-color: rgb(7,21,83); }
div.DivClassName
{
background-color: #071553;
}
.BgClassName
{
background-color: #071553;
}
</style>
border-color css
<style>
span { border-color: #071553; }
span { border-color: rgb(7,21,83); }
td.TdClassName
{
border-color: #071553;
}
.TagClassName
{
border-color: #071553;
}
</style>