Shades of Sapphire #07194B
Tints of Sapphire #07194B
RGB
CMYK
RGB Variations
Color information
#07194B (or 0x07194B) is known color: Sapphire. HEX triplet: 07, 19 and 4B. RGB value is (7,25,75). Sum of RGB (Red+Green+Blue) = 7+25+75=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #07194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07194B is #F8E6B4. Grayscale: #191919. Windows color (decimal): -16311989 or 4921607. OLE color: 4921607.
HSL color Cylindrical-coordinate representation of color #07194B: hue angle of 224.12º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07194B is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 25 | 75 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.71 |
| HSL | 224.12º | 0.83% | 0.16% | - |
| HSV(B) | 224.12º | 0.91% | 0.29% | - |
| XYZ | 1.71 | 1.25 | 6.81 | - |
| YUV | 25.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 75 | 0.91 | 0.67 | 0 | 0.71 | 224.12 | 0.83 | 0.16 |
| Hex | 7 | 19 | 4B | 5B | 43 | 0 | 47 | E0 | 53 | 10 |
| Octal | 7 | 31 | 113 | 133 | 103 | 0 | 107 | 340 | 123 | 20 |
| Binary | 111 | 11001 | 1001011 | 1011011 | 1000011 | 0 | 1000111 | 11100000 | 1010011 | 10000 |
Color Harmonies of #07194B
Complementary color
Monochromatic Colors of #07194B
Black with #07194B
Text Example
Text Example
White with #07194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07194B; }
p { color: rgb(7,25,75); }
H1.HeaderClassName
{
color: #07194B;
}
.AnyTagClassName
{
color: #07194B;
}
</style>
background-color css
<style>
a { background-color: #07194B; }
a { background-color: rgb(7,25,75); }
div.DivClassName
{
background-color: #07194B;
}
.BgClassName
{
background-color: #07194B;
}
</style>
border-color css
<style>
span { border-color: #07194B; }
span { border-color: rgb(7,25,75); }
td.TdClassName
{
border-color: #07194B;
}
.TagClassName
{
border-color: #07194B;
}
</style>