Shades of Sapphire #07195B
Tints of Sapphire #07195B
RGB
CMYK
RGB Variations
Color information
#07195B (or 0x07195B) is known color: Sapphire. HEX triplet: 07, 19 and 5B. RGB value is (7,25,91). Sum of RGB (Red+Green+Blue) = 7+25+91=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #07195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07195B is #F8E6A4. Grayscale: #1A1A1A. Windows color (decimal): -16311973 or 5970183. OLE color: 5970183.
HSL color Cylindrical-coordinate representation of color #07195B: hue angle of 227.14º 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 #07195B is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 25 | 91 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.64 |
| HSL | 227.14º | 0.86% | 0.19% | - |
| HSV(B) | 227.14º | 0.92% | 0.36% | - |
| XYZ | 2.32 | 1.5 | 10.06 | - |
| YUV | 27.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 91 | 0.92 | 0.73 | 0 | 0.64 | 227.14 | 0.86 | 0.19 |
| Hex | 7 | 19 | 5B | 5C | 49 | 0 | 40 | E3 | 56 | 13 |
| Octal | 7 | 31 | 133 | 134 | 111 | 0 | 100 | 343 | 126 | 23 |
| Binary | 111 | 11001 | 1011011 | 1011100 | 1001001 | 0 | 1000000 | 11100011 | 1010110 | 10011 |
Color Harmonies of #07195B
Complementary color
Monochromatic Colors of #07195B
Black with #07195B
Text Example
Text Example
White with #07195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07195B; }
p { color: rgb(7,25,91); }
H1.HeaderClassName
{
color: #07195B;
}
.AnyTagClassName
{
color: #07195B;
}
</style>
background-color css
<style>
a { background-color: #07195B; }
a { background-color: rgb(7,25,91); }
div.DivClassName
{
background-color: #07195B;
}
.BgClassName
{
background-color: #07195B;
}
</style>
border-color css
<style>
span { border-color: #07195B; }
span { border-color: rgb(7,25,91); }
td.TdClassName
{
border-color: #07195B;
}
.TagClassName
{
border-color: #07195B;
}
</style>