Shades of Sapphire #051F4E
Tints of Sapphire #051F4E
RGB
CMYK
RGB Variations
Color information
#051F4E (or 0x051F4E) is known color: Sapphire. HEX triplet: 05, 1F and 4E. RGB value is (5,31,78). Sum of RGB (Red+Green+Blue) = 5+31+78=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 78 (30.86% from 255 or 68.42% from 114); Max value from RGB is 78 - color contains mainly: blue. Hex color #051F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F4E is #FAE0B1. Grayscale: #1C1C1C. Windows color (decimal): -16441522 or 5119749. OLE color: 5119749.
HSL color Cylindrical-coordinate representation of color #051F4E: hue angle of 218.63º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051F4E is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 31 | 78 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.69 |
| HSL | 218.63º | 0.88% | 0.16% | - |
| HSV(B) | 218.63º | 0.94% | 0.31% | - |
| XYZ | 1.93 | 1.56 | 7.41 | - |
| YUV | 28.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 78 | 0.94 | 0.60 | 0 | 0.69 | 218.63 | 0.88 | 0.16 |
| Hex | 5 | 1F | 4E | 5E | 3C | 0 | 45 | DB | 58 | 10 |
| Octal | 5 | 37 | 116 | 136 | 74 | 0 | 105 | 333 | 130 | 20 |
| Binary | 101 | 11111 | 1001110 | 1011110 | 111100 | 0 | 1000101 | 11011011 | 1011000 | 10000 |
Color Harmonies of #051F4E
Complementary color
Monochromatic Colors of #051F4E
Black with #051F4E
Text Example
Text Example
White with #051F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F4E; }
p { color: rgb(5,31,78); }
H1.HeaderClassName
{
color: #051F4E;
}
.AnyTagClassName
{
color: #051F4E;
}
</style>
background-color css
<style>
a { background-color: #051F4E; }
a { background-color: rgb(5,31,78); }
div.DivClassName
{
background-color: #051F4E;
}
.BgClassName
{
background-color: #051F4E;
}
</style>
border-color css
<style>
span { border-color: #051F4E; }
span { border-color: rgb(5,31,78); }
td.TdClassName
{
border-color: #051F4E;
}
.TagClassName
{
border-color: #051F4E;
}
</style>