Shades of Sapphire #06175E
Tints of Sapphire #06175E
RGB
CMYK
RGB Variations
Color information
#06175E (or 0x06175E) is known color: Sapphire. HEX triplet: 06, 17 and 5E. RGB value is (6,23,94). Sum of RGB (Red+Green+Blue) = 6+23+94=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #06175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06175E is #F9E8A1. Grayscale: #191919. Windows color (decimal): -16378018 or 6166278. OLE color: 6166278.
HSL color Cylindrical-coordinate representation of color #06175E: hue angle of 228.41º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06175E is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 23 | 94 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.63 |
| HSL | 228.41º | 0.88% | 0.2% | - |
| HSV(B) | 228.41º | 0.94% | 0.37% | - |
| XYZ | 2.4 | 1.46 | 10.74 | - |
| YUV | 26.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 94 | 0.94 | 0.76 | 0 | 0.63 | 228.41 | 0.88 | 0.2 |
| Hex | 6 | 17 | 5E | 5E | 4C | 0 | 3F | E4 | 58 | 14 |
| Octal | 6 | 27 | 136 | 136 | 114 | 0 | 77 | 344 | 130 | 24 |
| Binary | 110 | 10111 | 1011110 | 1011110 | 1001100 | 0 | 111111 | 11100100 | 1011000 | 10100 |
Color Harmonies of #06175E
Complementary color
Monochromatic Colors of #06175E
Black with #06175E
Text Example
Text Example
White with #06175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06175E; }
p { color: rgb(6,23,94); }
H1.HeaderClassName
{
color: #06175E;
}
.AnyTagClassName
{
color: #06175E;
}
</style>
background-color css
<style>
a { background-color: #06175E; }
a { background-color: rgb(6,23,94); }
div.DivClassName
{
background-color: #06175E;
}
.BgClassName
{
background-color: #06175E;
}
</style>
border-color css
<style>
span { border-color: #06175E; }
span { border-color: rgb(6,23,94); }
td.TdClassName
{
border-color: #06175E;
}
.TagClassName
{
border-color: #06175E;
}
</style>