Shades of Sapphire #06166E
Tints of Sapphire #06166E
RGB
CMYK
RGB Variations
Color information
#06166E (or 0x06166E) is known color: Sapphire. HEX triplet: 06, 16 and 6E. RGB value is (6,22,110). Sum of RGB (Red+Green+Blue) = 6+22+110=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 110 (43.36% from 255 or 79.71% from 138); Max value from RGB is 110 - color contains mainly: blue. Hex color #06166E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06166E is #F9E991. Grayscale: #1A1A1A. Windows color (decimal): -16378258 or 7214598. OLE color: 7214598.
HSL color Cylindrical-coordinate representation of color #06166E: hue angle of 230.77º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06166E is Cyan = 0.95, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 22 | 110 | - |
| CMYK | 0.95 | 0.8 | 0 | 0.57 |
| HSL | 230.77º | 0.9% | 0.23% | - |
| HSV(B) | 230.77º | 0.95% | 0.43% | - |
| XYZ | 3.18 | 1.74 | 14.92 | - |
| YUV | 27.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 110 | 0.95 | 0.8 | 0 | 0.57 | 230.77 | 0.9 | 0.23 |
| Hex | 6 | 16 | 6E | 5F | 50 | 0 | 39 | E7 | 5A | 17 |
| Octal | 6 | 26 | 156 | 137 | 120 | 0 | 71 | 347 | 132 | 27 |
| Binary | 110 | 10110 | 1101110 | 1011111 | 1010000 | 0 | 111001 | 11100111 | 1011010 | 10111 |
Color Harmonies of #06166E
Complementary color
Monochromatic Colors of #06166E
Black with #06166E
Text Example
Text Example
White with #06166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06166E; }
p { color: rgb(6,22,110); }
H1.HeaderClassName
{
color: #06166E;
}
.AnyTagClassName
{
color: #06166E;
}
</style>
background-color css
<style>
a { background-color: #06166E; }
a { background-color: rgb(6,22,110); }
div.DivClassName
{
background-color: #06166E;
}
.BgClassName
{
background-color: #06166E;
}
</style>
border-color css
<style>
span { border-color: #06166E; }
span { border-color: rgb(6,22,110); }
td.TdClassName
{
border-color: #06166E;
}
.TagClassName
{
border-color: #06166E;
}
</style>