Shades of Sapphire #07194F
Tints of Sapphire #07194F
RGB
CMYK
RGB Variations
Color information
#07194F (or 0x07194F) is known color: Sapphire. HEX triplet: 07, 19 and 4F. RGB value is (7,25,79). Sum of RGB (Red+Green+Blue) = 7+25+79=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #07194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07194F is #F8E6B0. Grayscale: #191919. Windows color (decimal): -16311985 or 5183751. OLE color: 5183751.
HSL color Cylindrical-coordinate representation of color #07194F: hue angle of 225º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07194F is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 25 | 79 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.69 |
| HSL | 225º | 0.84% | 0.17% | - |
| HSV(B) | 225º | 0.91% | 0.31% | - |
| XYZ | 1.85 | 1.3 | 7.55 | - |
| YUV | 25.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 79 | 0.91 | 0.68 | 0 | 0.69 | 225 | 0.84 | 0.17 |
| Hex | 7 | 19 | 4F | 5B | 44 | 0 | 45 | E1 | 54 | 11 |
| Octal | 7 | 31 | 117 | 133 | 104 | 0 | 105 | 341 | 124 | 21 |
| Binary | 111 | 11001 | 1001111 | 1011011 | 1000100 | 0 | 1000101 | 11100001 | 1010100 | 10001 |
Color Harmonies of #07194F
Complementary color
Monochromatic Colors of #07194F
Black with #07194F
Text Example
Text Example
White with #07194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07194F; }
p { color: rgb(7,25,79); }
H1.HeaderClassName
{
color: #07194F;
}
.AnyTagClassName
{
color: #07194F;
}
</style>
background-color css
<style>
a { background-color: #07194F; }
a { background-color: rgb(7,25,79); }
div.DivClassName
{
background-color: #07194F;
}
.BgClassName
{
background-color: #07194F;
}
</style>
border-color css
<style>
span { border-color: #07194F; }
span { border-color: rgb(7,25,79); }
td.TdClassName
{
border-color: #07194F;
}
.TagClassName
{
border-color: #07194F;
}
</style>