Shades of Sapphire #07155C
Tints of Sapphire #07155C
RGB
CMYK
RGB Variations
Color information
#07155C (or 0x07155C) is known color: Sapphire. HEX triplet: 07, 15 and 5C. RGB value is (7,21,92). Sum of RGB (Red+Green+Blue) = 7+21+92=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #07155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07155C is #F8EAA3. Grayscale: #181818. Windows color (decimal): -16312996 or 6034695. OLE color: 6034695.
HSL color Cylindrical-coordinate representation of color #07155C: hue angle of 230.12º 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 #07155C is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 21 | 92 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.64 |
| HSL | 230.12º | 0.86% | 0.19% | - |
| HSV(B) | 230.12º | 0.92% | 0.36% | - |
| XYZ | 2.29 | 1.35 | 10.27 | - |
| YUV | 24.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 92 | 0.92 | 0.77 | 0 | 0.64 | 230.12 | 0.86 | 0.19 |
| Hex | 7 | 15 | 5C | 5C | 4D | 0 | 40 | E6 | 56 | 13 |
| Octal | 7 | 25 | 134 | 134 | 115 | 0 | 100 | 346 | 126 | 23 |
| Binary | 111 | 10101 | 1011100 | 1011100 | 1001101 | 0 | 1000000 | 11100110 | 1010110 | 10011 |
Color Harmonies of #07155C
Complementary color
Monochromatic Colors of #07155C
Black with #07155C
Text Example
Text Example
White with #07155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07155C; }
p { color: rgb(7,21,92); }
H1.HeaderClassName
{
color: #07155C;
}
.AnyTagClassName
{
color: #07155C;
}
</style>
background-color css
<style>
a { background-color: #07155C; }
a { background-color: rgb(7,21,92); }
div.DivClassName
{
background-color: #07155C;
}
.BgClassName
{
background-color: #07155C;
}
</style>
border-color css
<style>
span { border-color: #07155C; }
span { border-color: rgb(7,21,92); }
td.TdClassName
{
border-color: #07155C;
}
.TagClassName
{
border-color: #07155C;
}
</style>