Shades of Sapphire #051666
Tints of Sapphire #051666
RGB
CMYK
RGB Variations
Color information
#051666 (or 0x051666) is known color: Sapphire. HEX triplet: 05, 16 and 66. RGB value is (5,22,102). Sum of RGB (Red+Green+Blue) = 5+22+102=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #051666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051666 is #FAE999. Grayscale: #191919. Windows color (decimal): -16443802 or 6690309. OLE color: 6690309.
HSL color Cylindrical-coordinate representation of color #051666: hue angle of 229.48º 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 #051666 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 22 | 102 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.6 |
| HSL | 229.48º | 0.91% | 0.21% | - |
| HSV(B) | 229.48º | 0.95% | 0.4% | - |
| XYZ | 2.75 | 1.57 | 12.73 | - |
| YUV | 26.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 102 | 0.95 | 0.78 | 0 | 0.6 | 229.48 | 0.91 | 0.21 |
| Hex | 5 | 16 | 66 | 5F | 4E | 0 | 3C | E5 | 5B | 15 |
| Octal | 5 | 26 | 146 | 137 | 116 | 0 | 74 | 345 | 133 | 25 |
| Binary | 101 | 10110 | 1100110 | 1011111 | 1001110 | 0 | 111100 | 11100101 | 1011011 | 10101 |
Color Harmonies of #051666
Complementary color
Monochromatic Colors of #051666
Black with #051666
Text Example
Text Example
White with #051666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051666; }
p { color: rgb(5,22,102); }
H1.HeaderClassName
{
color: #051666;
}
.AnyTagClassName
{
color: #051666;
}
</style>
background-color css
<style>
a { background-color: #051666; }
a { background-color: rgb(5,22,102); }
div.DivClassName
{
background-color: #051666;
}
.BgClassName
{
background-color: #051666;
}
</style>
border-color css
<style>
span { border-color: #051666; }
span { border-color: rgb(5,22,102); }
td.TdClassName
{
border-color: #051666;
}
.TagClassName
{
border-color: #051666;
}
</style>