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