Shades of Sapphire #06175C
Tints of Sapphire #06175C
RGB
CMYK
RGB Variations
Color information
#06175C (or 0x06175C) is known color: Sapphire. HEX triplet: 06, 17 and 5C. RGB value is (6,23,92). Sum of RGB (Red+Green+Blue) = 6+23+92=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #06175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06175C is #F9E8A3. Grayscale: #191919. Windows color (decimal): -16378020 or 6035206. OLE color: 6035206.
HSL color Cylindrical-coordinate representation of color #06175C: hue angle of 228.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06175C is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 23 | 92 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.64 |
| HSL | 228.14º | 0.88% | 0.19% | - |
| HSV(B) | 228.14º | 0.93% | 0.36% | - |
| XYZ | 2.31 | 1.42 | 10.28 | - |
| YUV | 25.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 92 | 0.93 | 0.75 | 0 | 0.64 | 228.14 | 0.88 | 0.19 |
| Hex | 6 | 17 | 5C | 5D | 4B | 0 | 40 | E4 | 58 | 13 |
| Octal | 6 | 27 | 134 | 135 | 113 | 0 | 100 | 344 | 130 | 23 |
| Binary | 110 | 10111 | 1011100 | 1011101 | 1001011 | 0 | 1000000 | 11100100 | 1011000 | 10011 |
Color Harmonies of #06175C
Complementary color
Monochromatic Colors of #06175C
Black with #06175C
Text Example
Text Example
White with #06175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06175C; }
p { color: rgb(6,23,92); }
H1.HeaderClassName
{
color: #06175C;
}
.AnyTagClassName
{
color: #06175C;
}
</style>
background-color css
<style>
a { background-color: #06175C; }
a { background-color: rgb(6,23,92); }
div.DivClassName
{
background-color: #06175C;
}
.BgClassName
{
background-color: #06175C;
}
</style>
border-color css
<style>
span { border-color: #06175C; }
span { border-color: rgb(6,23,92); }
td.TdClassName
{
border-color: #06175C;
}
.TagClassName
{
border-color: #06175C;
}
</style>