Shades of Sapphire #06165D
Tints of Sapphire #06165D
RGB
CMYK
RGB Variations
Color information
#06165D (or 0x06165D) is known color: Sapphire. HEX triplet: 06, 16 and 5D. RGB value is (6,22,93). Sum of RGB (Red+Green+Blue) = 6+22+93=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #06165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06165D is #F9E9A2. Grayscale: #191919. Windows color (decimal): -16378275 or 6100486. OLE color: 6100486.
HSL color Cylindrical-coordinate representation of color #06165D: hue angle of 228.97º 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 #06165D is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 22 | 93 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.64 |
| HSL | 228.97º | 0.88% | 0.19% | - |
| HSV(B) | 228.97º | 0.94% | 0.36% | - |
| XYZ | 2.34 | 1.4 | 10.5 | - |
| YUV | 25.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 93 | 0.94 | 0.76 | 0 | 0.64 | 228.97 | 0.88 | 0.19 |
| Hex | 6 | 16 | 5D | 5E | 4C | 0 | 40 | E5 | 58 | 13 |
| Octal | 6 | 26 | 135 | 136 | 114 | 0 | 100 | 345 | 130 | 23 |
| Binary | 110 | 10110 | 1011101 | 1011110 | 1001100 | 0 | 1000000 | 11100101 | 1011000 | 10011 |
Color Harmonies of #06165D
Complementary color
Monochromatic Colors of #06165D
Black with #06165D
Text Example
Text Example
White with #06165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06165D; }
p { color: rgb(6,22,93); }
H1.HeaderClassName
{
color: #06165D;
}
.AnyTagClassName
{
color: #06165D;
}
</style>
background-color css
<style>
a { background-color: #06165D; }
a { background-color: rgb(6,22,93); }
div.DivClassName
{
background-color: #06165D;
}
.BgClassName
{
background-color: #06165D;
}
</style>
border-color css
<style>
span { border-color: #06165D; }
span { border-color: rgb(6,22,93); }
td.TdClassName
{
border-color: #06165D;
}
.TagClassName
{
border-color: #06165D;
}
</style>