Shades of Sapphire #07196D
Tints of Sapphire #07196D
RGB
CMYK
RGB Variations
Color information
#07196D (or 0x07196D) is known color: Sapphire. HEX triplet: 07, 19 and 6D. RGB value is (7,25,109). Sum of RGB (Red+Green+Blue) = 7+25+109=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #07196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07196D is #F8E692. Grayscale: #1C1C1C. Windows color (decimal): -16311955 or 7149831. OLE color: 7149831.
HSL color Cylindrical-coordinate representation of color #07196D: hue angle of 229.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07196D is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 25 | 109 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.57 |
| HSL | 229.41º | 0.88% | 0.23% | - |
| HSV(B) | 229.41º | 0.94% | 0.43% | - |
| XYZ | 3.2 | 1.84 | 14.66 | - |
| YUV | 29.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 109 | 0.94 | 0.77 | 0 | 0.57 | 229.41 | 0.88 | 0.23 |
| Hex | 7 | 19 | 6D | 5E | 4D | 0 | 39 | E5 | 58 | 17 |
| Octal | 7 | 31 | 155 | 136 | 115 | 0 | 71 | 345 | 130 | 27 |
| Binary | 111 | 11001 | 1101101 | 1011110 | 1001101 | 0 | 111001 | 11100101 | 1011000 | 10111 |
Color Harmonies of #07196D
Complementary color
Monochromatic Colors of #07196D
Black with #07196D
Text Example
Text Example
White with #07196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07196D; }
p { color: rgb(7,25,109); }
H1.HeaderClassName
{
color: #07196D;
}
.AnyTagClassName
{
color: #07196D;
}
</style>
background-color css
<style>
a { background-color: #07196D; }
a { background-color: rgb(7,25,109); }
div.DivClassName
{
background-color: #07196D;
}
.BgClassName
{
background-color: #07196D;
}
</style>
border-color css
<style>
span { border-color: #07196D; }
span { border-color: rgb(7,25,109); }
td.TdClassName
{
border-color: #07196D;
}
.TagClassName
{
border-color: #07196D;
}
</style>