Shades of Sapphire #051753
Tints of Sapphire #051753
RGB
CMYK
RGB Variations
Color information
#051753 (or 0x051753) is known color: Sapphire. HEX triplet: 05, 17 and 53. RGB value is (5,23,83). Sum of RGB (Red+Green+Blue) = 5+23+83=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #051753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051753 is #FAE8AC. Grayscale: #181818. Windows color (decimal): -16443565 or 5445381. OLE color: 5445381.
HSL color Cylindrical-coordinate representation of color #051753: hue angle of 226.15º 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 #051753 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 23 | 83 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.67 |
| HSL | 226.15º | 0.89% | 0.17% | - |
| HSV(B) | 226.15º | 0.94% | 0.33% | - |
| XYZ | 1.93 | 1.27 | 8.33 | - |
| YUV | 24.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 83 | 0.94 | 0.72 | 0 | 0.67 | 226.15 | 0.89 | 0.17 |
| Hex | 5 | 17 | 53 | 5E | 48 | 0 | 43 | E2 | 59 | 11 |
| Octal | 5 | 27 | 123 | 136 | 110 | 0 | 103 | 342 | 131 | 21 |
| Binary | 101 | 10111 | 1010011 | 1011110 | 1001000 | 0 | 1000011 | 11100010 | 1011001 | 10001 |
Color Harmonies of #051753
Complementary color
Monochromatic Colors of #051753
Black with #051753
Text Example
Text Example
White with #051753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051753; }
p { color: rgb(5,23,83); }
H1.HeaderClassName
{
color: #051753;
}
.AnyTagClassName
{
color: #051753;
}
</style>
background-color css
<style>
a { background-color: #051753; }
a { background-color: rgb(5,23,83); }
div.DivClassName
{
background-color: #051753;
}
.BgClassName
{
background-color: #051753;
}
</style>
border-color css
<style>
span { border-color: #051753; }
span { border-color: rgb(5,23,83); }
td.TdClassName
{
border-color: #051753;
}
.TagClassName
{
border-color: #051753;
}
</style>