Shades of Sapphire #051166
Tints of Sapphire #051166
RGB
CMYK
RGB Variations
Color information
#051166 (or 0x051166) is known color: Sapphire. HEX triplet: 05, 11 and 66. RGB value is (5,17,102). Sum of RGB (Red+Green+Blue) = 5+17+102=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 102 (40.23% from 255 or 82.26% from 124); Max value from RGB is 102 - color contains mainly: blue. Hex color #051166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051166 is #FAEE99. Grayscale: #161616. Windows color (decimal): -16445082 or 6689029. OLE color: 6689029.
HSL color Cylindrical-coordinate representation of color #051166: hue angle of 232.58º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051166 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 17 | 102 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.6 |
| HSL | 232.58º | 0.91% | 0.21% | - |
| HSV(B) | 232.58º | 0.95% | 0.4% | - |
| XYZ | 2.66 | 1.39 | 12.7 | - |
| YUV | 23.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 102 | 0.95 | 0.83 | 0 | 0.6 | 232.58 | 0.91 | 0.21 |
| Hex | 5 | 11 | 66 | 5F | 53 | 0 | 3C | E9 | 5B | 15 |
| Octal | 5 | 21 | 146 | 137 | 123 | 0 | 74 | 351 | 133 | 25 |
| Binary | 101 | 10001 | 1100110 | 1011111 | 1010011 | 0 | 111100 | 11101001 | 1011011 | 10101 |
Color Harmonies of #051166
Complementary color
Monochromatic Colors of #051166
Black with #051166
Text Example
Text Example
White with #051166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051166; }
p { color: rgb(5,17,102); }
H1.HeaderClassName
{
color: #051166;
}
.AnyTagClassName
{
color: #051166;
}
</style>
background-color css
<style>
a { background-color: #051166; }
a { background-color: rgb(5,17,102); }
div.DivClassName
{
background-color: #051166;
}
.BgClassName
{
background-color: #051166;
}
</style>
border-color css
<style>
span { border-color: #051166; }
span { border-color: rgb(5,17,102); }
td.TdClassName
{
border-color: #051166;
}
.TagClassName
{
border-color: #051166;
}
</style>