Shades of Sapphire #06174D
Tints of Sapphire #06174D
RGB
CMYK
RGB Variations
Color information
#06174D (or 0x06174D) is known color: Sapphire. HEX triplet: 06, 17 and 4D. RGB value is (6,23,77). Sum of RGB (Red+Green+Blue) = 6+23+77=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #06174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06174D is #F9E8B2. Grayscale: #171717. Windows color (decimal): -16378035 or 5052166. OLE color: 5052166.
HSL color Cylindrical-coordinate representation of color #06174D: hue angle of 225.63º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06174D is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 23 | 77 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.70 |
| HSL | 225.63º | 0.86% | 0.16% | - |
| HSV(B) | 225.63º | 0.92% | 0.3% | - |
| XYZ | 1.72 | 1.19 | 7.16 | - |
| YUV | 24.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 77 | 0.92 | 0.70 | 0 | 0.70 | 225.63 | 0.86 | 0.16 |
| Hex | 6 | 17 | 4D | 5C | 46 | 0 | 46 | E2 | 56 | 10 |
| Octal | 6 | 27 | 115 | 134 | 106 | 0 | 106 | 342 | 126 | 20 |
| Binary | 110 | 10111 | 1001101 | 1011100 | 1000110 | 0 | 1000110 | 11100010 | 1010110 | 10000 |
Color Harmonies of #06174D
Complementary color
Monochromatic Colors of #06174D
Black with #06174D
Text Example
Text Example
White with #06174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06174D; }
p { color: rgb(6,23,77); }
H1.HeaderClassName
{
color: #06174D;
}
.AnyTagClassName
{
color: #06174D;
}
</style>
background-color css
<style>
a { background-color: #06174D; }
a { background-color: rgb(6,23,77); }
div.DivClassName
{
background-color: #06174D;
}
.BgClassName
{
background-color: #06174D;
}
</style>
border-color css
<style>
span { border-color: #06174D; }
span { border-color: rgb(6,23,77); }
td.TdClassName
{
border-color: #06174D;
}
.TagClassName
{
border-color: #06174D;
}
</style>