Shades of Sapphire #051F4D
Tints of Sapphire #051F4D
RGB
CMYK
RGB Variations
Color information
#051F4D (or 0x051F4D) is known color: Sapphire. HEX triplet: 05, 1F and 4D. RGB value is (5,31,77). Sum of RGB (Red+Green+Blue) = 5+31+77=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #051F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F4D is #FAE0B2. Grayscale: #1C1C1C. Windows color (decimal): -16441523 or 5054213. OLE color: 5054213.
HSL color Cylindrical-coordinate representation of color #051F4D: hue angle of 218.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051F4D is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 31 | 77 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.70 |
| HSL | 218.33º | 0.88% | 0.16% | - |
| HSV(B) | 218.33º | 0.94% | 0.3% | - |
| XYZ | 1.89 | 1.55 | 7.22 | - |
| YUV | 28.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 77 | 0.94 | 0.60 | 0 | 0.70 | 218.33 | 0.88 | 0.16 |
| Hex | 5 | 1F | 4D | 5E | 3C | 0 | 46 | DA | 58 | 10 |
| Octal | 5 | 37 | 115 | 136 | 74 | 0 | 106 | 332 | 130 | 20 |
| Binary | 101 | 11111 | 1001101 | 1011110 | 111100 | 0 | 1000110 | 11011010 | 1011000 | 10000 |
Color Harmonies of #051F4D
Complementary color
Monochromatic Colors of #051F4D
Black with #051F4D
Text Example
Text Example
White with #051F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F4D; }
p { color: rgb(5,31,77); }
H1.HeaderClassName
{
color: #051F4D;
}
.AnyTagClassName
{
color: #051F4D;
}
</style>
background-color css
<style>
a { background-color: #051F4D; }
a { background-color: rgb(5,31,77); }
div.DivClassName
{
background-color: #051F4D;
}
.BgClassName
{
background-color: #051F4D;
}
</style>
border-color css
<style>
span { border-color: #051F4D; }
span { border-color: rgb(5,31,77); }
td.TdClassName
{
border-color: #051F4D;
}
.TagClassName
{
border-color: #051F4D;
}
</style>