Shades of Sapphire #051155
Tints of Sapphire #051155
RGB
CMYK
RGB Variations
Color information
#051155 (or 0x051155) is known color: Sapphire. HEX triplet: 05, 11 and 55. RGB value is (5,17,85). Sum of RGB (Red+Green+Blue) = 5+17+85=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #051155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051155 is #FAEEAA. Grayscale: #141414. Windows color (decimal): -16445099 or 5574917. OLE color: 5574917.
HSL color Cylindrical-coordinate representation of color #051155: hue angle of 231º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051155 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 17 | 85 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.67 |
| HSL | 231º | 0.89% | 0.18% | - |
| HSV(B) | 231º | 0.94% | 0.33% | - |
| XYZ | 1.9 | 1.09 | 8.7 | - |
| YUV | 21.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 85 | 0.94 | 0.80 | 0 | 0.67 | 231 | 0.89 | 0.18 |
| Hex | 5 | 11 | 55 | 5E | 50 | 0 | 43 | E7 | 59 | 12 |
| Octal | 5 | 21 | 125 | 136 | 120 | 0 | 103 | 347 | 131 | 22 |
| Binary | 101 | 10001 | 1010101 | 1011110 | 1010000 | 0 | 1000011 | 11100111 | 1011001 | 10010 |
Color Harmonies of #051155
Complementary color
Monochromatic Colors of #051155
Black with #051155
Text Example
Text Example
White with #051155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051155; }
p { color: rgb(5,17,85); }
H1.HeaderClassName
{
color: #051155;
}
.AnyTagClassName
{
color: #051155;
}
</style>
background-color css
<style>
a { background-color: #051155; }
a { background-color: rgb(5,17,85); }
div.DivClassName
{
background-color: #051155;
}
.BgClassName
{
background-color: #051155;
}
</style>
border-color css
<style>
span { border-color: #051155; }
span { border-color: rgb(5,17,85); }
td.TdClassName
{
border-color: #051155;
}
.TagClassName
{
border-color: #051155;
}
</style>