Shades of Sapphire #071567
Tints of Sapphire #071567
RGB
CMYK
RGB Variations
Color information
#071567 (or 0x071567) is known color: Sapphire. HEX triplet: 07, 15 and 67. RGB value is (7,21,103). Sum of RGB (Red+Green+Blue) = 7+21+103=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 103 (40.62% from 255 or 78.63% from 131); Max value from RGB is 103 - color contains mainly: blue. Hex color #071567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071567 is #F8EA98. Grayscale: #191919. Windows color (decimal): -16312985 or 6755591. OLE color: 6755591.
HSL color Cylindrical-coordinate representation of color #071567: hue angle of 231.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071567 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 21 | 103 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.60 |
| HSL | 231.25º | 0.87% | 0.22% | - |
| HSV(B) | 231.25º | 0.93% | 0.4% | - |
| XYZ | 2.8 | 1.56 | 12.99 | - |
| YUV | 26.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 103 | 0.93 | 0.80 | 0 | 0.60 | 231.25 | 0.87 | 0.22 |
| Hex | 7 | 15 | 67 | 5D | 50 | 0 | 3C | E7 | 57 | 16 |
| Octal | 7 | 25 | 147 | 135 | 120 | 0 | 74 | 347 | 127 | 26 |
| Binary | 111 | 10101 | 1100111 | 1011101 | 1010000 | 0 | 111100 | 11100111 | 1010111 | 10110 |
Color Harmonies of #071567
Complementary color
Monochromatic Colors of #071567
Black with #071567
Text Example
Text Example
White with #071567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071567; }
p { color: rgb(7,21,103); }
H1.HeaderClassName
{
color: #071567;
}
.AnyTagClassName
{
color: #071567;
}
</style>
background-color css
<style>
a { background-color: #071567; }
a { background-color: rgb(7,21,103); }
div.DivClassName
{
background-color: #071567;
}
.BgClassName
{
background-color: #071567;
}
</style>
border-color css
<style>
span { border-color: #071567; }
span { border-color: rgb(7,21,103); }
td.TdClassName
{
border-color: #071567;
}
.TagClassName
{
border-color: #071567;
}
</style>