Shades of Sapphire #051163
Tints of Sapphire #051163
RGB
CMYK
RGB Variations
Color information
#051163 (or 0x051163) is known color: Sapphire. HEX triplet: 05, 11 and 63. RGB value is (5,17,99). Sum of RGB (Red+Green+Blue) = 5+17+99=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #051163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051163 is #FAEE9C. Grayscale: #161616. Windows color (decimal): -16445085 or 6492421. OLE color: 6492421.
HSL color Cylindrical-coordinate representation of color #051163: hue angle of 232.34º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051163 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 17 | 99 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.61 |
| HSL | 232.34º | 0.9% | 0.2% | - |
| HSV(B) | 232.34º | 0.95% | 0.39% | - |
| XYZ | 2.52 | 1.33 | 11.93 | - |
| YUV | 22.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 99 | 0.95 | 0.83 | 0 | 0.61 | 232.34 | 0.9 | 0.2 |
| Hex | 5 | 11 | 63 | 5F | 53 | 0 | 3D | E8 | 5A | 14 |
| Octal | 5 | 21 | 143 | 137 | 123 | 0 | 75 | 350 | 132 | 24 |
| Binary | 101 | 10001 | 1100011 | 1011111 | 1010011 | 0 | 111101 | 11101000 | 1011010 | 10100 |
Color Harmonies of #051163
Complementary color
Monochromatic Colors of #051163
Black with #051163
Text Example
Text Example
White with #051163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051163; }
p { color: rgb(5,17,99); }
H1.HeaderClassName
{
color: #051163;
}
.AnyTagClassName
{
color: #051163;
}
</style>
background-color css
<style>
a { background-color: #051163; }
a { background-color: rgb(5,17,99); }
div.DivClassName
{
background-color: #051163;
}
.BgClassName
{
background-color: #051163;
}
</style>
border-color css
<style>
span { border-color: #051163; }
span { border-color: rgb(5,17,99); }
td.TdClassName
{
border-color: #051163;
}
.TagClassName
{
border-color: #051163;
}
</style>