Shades of Sapphire #051153
Tints of Sapphire #051153
RGB
CMYK
RGB Variations
Color information
#051153 (or 0x051153) is known color: Sapphire. HEX triplet: 05, 11 and 53. RGB value is (5,17,83). Sum of RGB (Red+Green+Blue) = 5+17+83=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #051153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051153 is #FAEEAC. Grayscale: #141414. Windows color (decimal): -16445101 or 5443845. OLE color: 5443845.
HSL color Cylindrical-coordinate representation of color #051153: hue angle of 230.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051153 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 17 | 83 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.67 |
| HSL | 230.77º | 0.89% | 0.17% | - |
| HSV(B) | 230.77º | 0.94% | 0.33% | - |
| XYZ | 1.82 | 1.06 | 8.29 | - |
| YUV | 20.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 83 | 0.94 | 0.80 | 0 | 0.67 | 230.77 | 0.89 | 0.17 |
| Hex | 5 | 11 | 53 | 5E | 50 | 0 | 43 | E7 | 59 | 11 |
| Octal | 5 | 21 | 123 | 136 | 120 | 0 | 103 | 347 | 131 | 21 |
| Binary | 101 | 10001 | 1010011 | 1011110 | 1010000 | 0 | 1000011 | 11100111 | 1011001 | 10001 |
Color Harmonies of #051153
Complementary color
Monochromatic Colors of #051153
Black with #051153
Text Example
Text Example
White with #051153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051153; }
p { color: rgb(5,17,83); }
H1.HeaderClassName
{
color: #051153;
}
.AnyTagClassName
{
color: #051153;
}
</style>
background-color css
<style>
a { background-color: #051153; }
a { background-color: rgb(5,17,83); }
div.DivClassName
{
background-color: #051153;
}
.BgClassName
{
background-color: #051153;
}
</style>
border-color css
<style>
span { border-color: #051153; }
span { border-color: rgb(5,17,83); }
td.TdClassName
{
border-color: #051153;
}
.TagClassName
{
border-color: #051153;
}
</style>