Shades of Sapphire #07155D
Tints of Sapphire #07155D
RGB
CMYK
RGB Variations
Color information
#07155D (or 0x07155D) is known color: Sapphire. HEX triplet: 07, 15 and 5D. RGB value is (7,21,93). Sum of RGB (Red+Green+Blue) = 7+21+93=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #07155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07155D is #F8EAA2. Grayscale: #181818. Windows color (decimal): -16312995 or 6100231. OLE color: 6100231.
HSL color Cylindrical-coordinate representation of color #07155D: hue angle of 230.23º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07155D is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 21 | 93 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.64 |
| HSL | 230.23º | 0.86% | 0.2% | - |
| HSV(B) | 230.23º | 0.92% | 0.36% | - |
| XYZ | 2.33 | 1.37 | 10.5 | - |
| YUV | 25.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 93 | 0.92 | 0.77 | 0 | 0.64 | 230.23 | 0.86 | 0.2 |
| Hex | 7 | 15 | 5D | 5C | 4D | 0 | 40 | E6 | 56 | 14 |
| Octal | 7 | 25 | 135 | 134 | 115 | 0 | 100 | 346 | 126 | 24 |
| Binary | 111 | 10101 | 1011101 | 1011100 | 1001101 | 0 | 1000000 | 11100110 | 1010110 | 10100 |
Color Harmonies of #07155D
Complementary color
Monochromatic Colors of #07155D
Black with #07155D
Text Example
Text Example
White with #07155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07155D; }
p { color: rgb(7,21,93); }
H1.HeaderClassName
{
color: #07155D;
}
.AnyTagClassName
{
color: #07155D;
}
</style>
background-color css
<style>
a { background-color: #07155D; }
a { background-color: rgb(7,21,93); }
div.DivClassName
{
background-color: #07155D;
}
.BgClassName
{
background-color: #07155D;
}
</style>
border-color css
<style>
span { border-color: #07155D; }
span { border-color: rgb(7,21,93); }
td.TdClassName
{
border-color: #07155D;
}
.TagClassName
{
border-color: #07155D;
}
</style>