Shades of Sapphire #071767
Tints of Sapphire #071767
RGB
CMYK
RGB Variations
Color information
#071767 (or 0x071767) is known color: Sapphire. HEX triplet: 07, 17 and 67. RGB value is (7,23,103). Sum of RGB (Red+Green+Blue) = 7+23+103=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 103 (40.62% from 255 or 77.44% from 133); Max value from RGB is 103 - color contains mainly: blue. Hex color #071767 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071767 is #F8E898. Grayscale: #1B1B1B. Windows color (decimal): -16312473 or 6756103. OLE color: 6756103.
HSL color Cylindrical-coordinate representation of color #071767: hue angle of 230º 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 #071767 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 23 | 103 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.60 |
| HSL | 230º | 0.87% | 0.22% | - |
| HSV(B) | 230º | 0.93% | 0.4% | - |
| XYZ | 2.84 | 1.64 | 13 | - |
| YUV | 27.34 | 170.7 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 103 | 0.93 | 0.78 | 0 | 0.60 | 230 | 0.87 | 0.22 |
| Hex | 7 | 17 | 67 | 5D | 4E | 0 | 3C | E6 | 57 | 16 |
| Octal | 7 | 27 | 147 | 135 | 116 | 0 | 74 | 346 | 127 | 26 |
| Binary | 111 | 10111 | 1100111 | 1011101 | 1001110 | 0 | 111100 | 11100110 | 1010111 | 10110 |
Color Harmonies of #071767
Complementary color
Monochromatic Colors of #071767
Black with #071767
Text Example
Text Example
White with #071767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071767; }
p { color: rgb(7,23,103); }
H1.HeaderClassName
{
color: #071767;
}
.AnyTagClassName
{
color: #071767;
}
</style>
background-color css
<style>
a { background-color: #071767; }
a { background-color: rgb(7,23,103); }
div.DivClassName
{
background-color: #071767;
}
.BgClassName
{
background-color: #071767;
}
</style>
border-color css
<style>
span { border-color: #071767; }
span { border-color: rgb(7,23,103); }
td.TdClassName
{
border-color: #071767;
}
.TagClassName
{
border-color: #071767;
}
</style>