Shades of Sapphire #051E49
Tints of Sapphire #051E49
RGB
CMYK
RGB Variations
Color information
#051E49 (or 0x051E49) is known color: Sapphire. HEX triplet: 05, 1E and 49. RGB value is (5,30,73). Sum of RGB (Red+Green+Blue) = 5+30+73=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #051E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E49 is #FAE1B6. Grayscale: #1B1B1B. Windows color (decimal): -16441783 or 4791813. OLE color: 4791813.
HSL color Cylindrical-coordinate representation of color #051E49: hue angle of 217.94º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051E49 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 30 | 73 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.71 |
| HSL | 217.94º | 0.87% | 0.15% | - |
| HSV(B) | 217.94º | 0.93% | 0.29% | - |
| XYZ | 1.73 | 1.44 | 6.49 | - |
| YUV | 27.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 73 | 0.93 | 0.59 | 0 | 0.71 | 217.94 | 0.87 | 0.15 |
| Hex | 5 | 1E | 49 | 5D | 3B | 0 | 47 | DA | 57 | F |
| Octal | 5 | 36 | 111 | 135 | 73 | 0 | 107 | 332 | 127 | 17 |
| Binary | 101 | 11110 | 1001001 | 1011101 | 111011 | 0 | 1000111 | 11011010 | 1010111 | 1111 |
Color Harmonies of #051E49
Complementary color
Monochromatic Colors of #051E49
Black with #051E49
Text Example
Text Example
White with #051E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E49; }
p { color: rgb(5,30,73); }
H1.HeaderClassName
{
color: #051E49;
}
.AnyTagClassName
{
color: #051E49;
}
</style>
background-color css
<style>
a { background-color: #051E49; }
a { background-color: rgb(5,30,73); }
div.DivClassName
{
background-color: #051E49;
}
.BgClassName
{
background-color: #051E49;
}
</style>
border-color css
<style>
span { border-color: #051E49; }
span { border-color: rgb(5,30,73); }
td.TdClassName
{
border-color: #051E49;
}
.TagClassName
{
border-color: #051E49;
}
</style>