Shades of Sapphire #07174C
Tints of Sapphire #07174C
RGB
CMYK
RGB Variations
Color information
#07174C (or 0x07174C) is known color: Sapphire. HEX triplet: 07, 17 and 4C. RGB value is (7,23,76). Sum of RGB (Red+Green+Blue) = 7+23+76=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #07174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07174C is #F8E8B3. Grayscale: #181818. Windows color (decimal): -16312500 or 4986631. OLE color: 4986631.
HSL color Cylindrical-coordinate representation of color #07174C: hue angle of 226.09º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07174C is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 23 | 76 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.70 |
| HSL | 226.09º | 0.83% | 0.16% | - |
| HSV(B) | 226.09º | 0.91% | 0.3% | - |
| XYZ | 1.7 | 1.18 | 6.98 | - |
| YUV | 24.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 76 | 0.91 | 0.70 | 0 | 0.70 | 226.09 | 0.83 | 0.16 |
| Hex | 7 | 17 | 4C | 5B | 46 | 0 | 46 | E2 | 53 | 10 |
| Octal | 7 | 27 | 114 | 133 | 106 | 0 | 106 | 342 | 123 | 20 |
| Binary | 111 | 10111 | 1001100 | 1011011 | 1000110 | 0 | 1000110 | 11100010 | 1010011 | 10000 |
Color Harmonies of #07174C
Complementary color
Monochromatic Colors of #07174C
Black with #07174C
Text Example
Text Example
White with #07174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07174C; }
p { color: rgb(7,23,76); }
H1.HeaderClassName
{
color: #07174C;
}
.AnyTagClassName
{
color: #07174C;
}
</style>
background-color css
<style>
a { background-color: #07174C; }
a { background-color: rgb(7,23,76); }
div.DivClassName
{
background-color: #07174C;
}
.BgClassName
{
background-color: #07174C;
}
</style>
border-color css
<style>
span { border-color: #07174C; }
span { border-color: rgb(7,23,76); }
td.TdClassName
{
border-color: #07174C;
}
.TagClassName
{
border-color: #07174C;
}
</style>