Shades of Sapphire #06166D
Tints of Sapphire #06166D
RGB
CMYK
RGB Variations
Color information
#06166D (or 0x06166D) is known color: Sapphire. HEX triplet: 06, 16 and 6D. RGB value is (6,22,109). Sum of RGB (Red+Green+Blue) = 6+22+109=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #06166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06166D is #F9E992. Grayscale: #1A1A1A. Windows color (decimal): -16378259 or 7149062. OLE color: 7149062.
HSL color Cylindrical-coordinate representation of color #06166D: hue angle of 230.68º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06166D is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 22 | 109 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.57 |
| HSL | 230.68º | 0.9% | 0.23% | - |
| HSV(B) | 230.68º | 0.94% | 0.43% | - |
| XYZ | 3.12 | 1.72 | 14.63 | - |
| YUV | 27.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 109 | 0.94 | 0.80 | 0 | 0.57 | 230.68 | 0.9 | 0.23 |
| Hex | 6 | 16 | 6D | 5E | 50 | 0 | 39 | E7 | 5A | 17 |
| Octal | 6 | 26 | 155 | 136 | 120 | 0 | 71 | 347 | 132 | 27 |
| Binary | 110 | 10110 | 1101101 | 1011110 | 1010000 | 0 | 111001 | 11100111 | 1011010 | 10111 |
Color Harmonies of #06166D
Complementary color
Monochromatic Colors of #06166D
Black with #06166D
Text Example
Text Example
White with #06166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06166D; }
p { color: rgb(6,22,109); }
H1.HeaderClassName
{
color: #06166D;
}
.AnyTagClassName
{
color: #06166D;
}
</style>
background-color css
<style>
a { background-color: #06166D; }
a { background-color: rgb(6,22,109); }
div.DivClassName
{
background-color: #06166D;
}
.BgClassName
{
background-color: #06166D;
}
</style>
border-color css
<style>
span { border-color: #06166D; }
span { border-color: rgb(6,22,109); }
td.TdClassName
{
border-color: #06166D;
}
.TagClassName
{
border-color: #06166D;
}
</style>