Shades of Sapphire #051752
Tints of Sapphire #051752
RGB
CMYK
RGB Variations
Color information
#051752 (or 0x051752) is known color: Sapphire. HEX triplet: 05, 17 and 52. RGB value is (5,23,82). Sum of RGB (Red+Green+Blue) = 5+23+82=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #051752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051752 is #FAE8AD. Grayscale: #181818. Windows color (decimal): -16443566 or 5379845. OLE color: 5379845.
HSL color Cylindrical-coordinate representation of color #051752: hue angle of 225.97º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051752 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 23 | 82 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.68 |
| HSL | 225.97º | 0.89% | 0.17% | - |
| HSV(B) | 225.97º | 0.94% | 0.32% | - |
| XYZ | 1.89 | 1.25 | 8.13 | - |
| YUV | 24.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 82 | 0.94 | 0.72 | 0 | 0.68 | 225.97 | 0.89 | 0.17 |
| Hex | 5 | 17 | 52 | 5E | 48 | 0 | 44 | E2 | 59 | 11 |
| Octal | 5 | 27 | 122 | 136 | 110 | 0 | 104 | 342 | 131 | 21 |
| Binary | 101 | 10111 | 1010010 | 1011110 | 1001000 | 0 | 1000100 | 11100010 | 1011001 | 10001 |
Color Harmonies of #051752
Complementary color
Monochromatic Colors of #051752
Black with #051752
Text Example
Text Example
White with #051752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051752; }
p { color: rgb(5,23,82); }
H1.HeaderClassName
{
color: #051752;
}
.AnyTagClassName
{
color: #051752;
}
</style>
background-color css
<style>
a { background-color: #051752; }
a { background-color: rgb(5,23,82); }
div.DivClassName
{
background-color: #051752;
}
.BgClassName
{
background-color: #051752;
}
</style>
border-color css
<style>
span { border-color: #051752; }
span { border-color: rgb(5,23,82); }
td.TdClassName
{
border-color: #051752;
}
.TagClassName
{
border-color: #051752;
}
</style>