Shades of Sapphire #07165C
Tints of Sapphire #07165C
RGB
CMYK
RGB Variations
Color information
#07165C (or 0x07165C) is known color: Sapphire. HEX triplet: 07, 16 and 5C. RGB value is (7,22,92). Sum of RGB (Red+Green+Blue) = 7+22+92=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #07165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07165C is #F8E9A3. Grayscale: #191919. Windows color (decimal): -16312740 or 6034951. OLE color: 6034951.
HSL color Cylindrical-coordinate representation of color #07165C: hue angle of 229.41º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07165C is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 22 | 92 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.64 |
| HSL | 229.41º | 0.86% | 0.19% | - |
| HSV(B) | 229.41º | 0.92% | 0.36% | - |
| XYZ | 2.31 | 1.39 | 10.27 | - |
| YUV | 25.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 92 | 0.92 | 0.76 | 0 | 0.64 | 229.41 | 0.86 | 0.19 |
| Hex | 7 | 16 | 5C | 5C | 4C | 0 | 40 | E5 | 56 | 13 |
| Octal | 7 | 26 | 134 | 134 | 114 | 0 | 100 | 345 | 126 | 23 |
| Binary | 111 | 10110 | 1011100 | 1011100 | 1001100 | 0 | 1000000 | 11100101 | 1010110 | 10011 |
Color Harmonies of #07165C
Complementary color
Monochromatic Colors of #07165C
Black with #07165C
Text Example
Text Example
White with #07165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07165C; }
p { color: rgb(7,22,92); }
H1.HeaderClassName
{
color: #07165C;
}
.AnyTagClassName
{
color: #07165C;
}
</style>
background-color css
<style>
a { background-color: #07165C; }
a { background-color: rgb(7,22,92); }
div.DivClassName
{
background-color: #07165C;
}
.BgClassName
{
background-color: #07165C;
}
</style>
border-color css
<style>
span { border-color: #07165C; }
span { border-color: rgb(7,22,92); }
td.TdClassName
{
border-color: #07165C;
}
.TagClassName
{
border-color: #07165C;
}
</style>