Shades of Sapphire #06175D
Tints of Sapphire #06175D
RGB
CMYK
RGB Variations
Color information
#06175D (or 0x06175D) is known color: Sapphire. HEX triplet: 06, 17 and 5D. RGB value is (6,23,93). Sum of RGB (Red+Green+Blue) = 6+23+93=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #06175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06175D is #F9E8A2. Grayscale: #191919. Windows color (decimal): -16378019 or 6100742. OLE color: 6100742.
HSL color Cylindrical-coordinate representation of color #06175D: hue angle of 228.28º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06175D is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 23 | 93 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.64 |
| HSL | 228.28º | 0.88% | 0.19% | - |
| HSV(B) | 228.28º | 0.94% | 0.36% | - |
| XYZ | 2.36 | 1.44 | 10.51 | - |
| YUV | 25.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 93 | 0.94 | 0.75 | 0 | 0.64 | 228.28 | 0.88 | 0.19 |
| Hex | 6 | 17 | 5D | 5E | 4B | 0 | 40 | E4 | 58 | 13 |
| Octal | 6 | 27 | 135 | 136 | 113 | 0 | 100 | 344 | 130 | 23 |
| Binary | 110 | 10111 | 1011101 | 1011110 | 1001011 | 0 | 1000000 | 11100100 | 1011000 | 10011 |
Color Harmonies of #06175D
Complementary color
Monochromatic Colors of #06175D
Black with #06175D
Text Example
Text Example
White with #06175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06175D; }
p { color: rgb(6,23,93); }
H1.HeaderClassName
{
color: #06175D;
}
.AnyTagClassName
{
color: #06175D;
}
</style>
background-color css
<style>
a { background-color: #06175D; }
a { background-color: rgb(6,23,93); }
div.DivClassName
{
background-color: #06175D;
}
.BgClassName
{
background-color: #06175D;
}
</style>
border-color css
<style>
span { border-color: #06175D; }
span { border-color: rgb(6,23,93); }
td.TdClassName
{
border-color: #06175D;
}
.TagClassName
{
border-color: #06175D;
}
</style>