Shades of Sapphire #051E4C
Tints of Sapphire #051E4C
RGB
CMYK
RGB Variations
Color information
#051E4C (or 0x051E4C) is known color: Sapphire. HEX triplet: 05, 1E and 4C. RGB value is (5,30,76). Sum of RGB (Red+Green+Blue) = 5+30+76=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #051E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E4C is #FAE1B3. Grayscale: #1B1B1B. Windows color (decimal): -16441780 or 4988421. OLE color: 4988421.
HSL color Cylindrical-coordinate representation of color #051E4C: hue angle of 218.87º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051E4C is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 30 | 76 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.70 |
| HSL | 218.87º | 0.88% | 0.16% | - |
| HSV(B) | 218.87º | 0.93% | 0.3% | - |
| XYZ | 1.83 | 1.48 | 7.03 | - |
| YUV | 27.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 76 | 0.93 | 0.61 | 0 | 0.70 | 218.87 | 0.88 | 0.16 |
| Hex | 5 | 1E | 4C | 5D | 3D | 0 | 46 | DB | 58 | 10 |
| Octal | 5 | 36 | 114 | 135 | 75 | 0 | 106 | 333 | 130 | 20 |
| Binary | 101 | 11110 | 1001100 | 1011101 | 111101 | 0 | 1000110 | 11011011 | 1011000 | 10000 |
Color Harmonies of #051E4C
Complementary color
Monochromatic Colors of #051E4C
Black with #051E4C
Text Example
Text Example
White with #051E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E4C; }
p { color: rgb(5,30,76); }
H1.HeaderClassName
{
color: #051E4C;
}
.AnyTagClassName
{
color: #051E4C;
}
</style>
background-color css
<style>
a { background-color: #051E4C; }
a { background-color: rgb(5,30,76); }
div.DivClassName
{
background-color: #051E4C;
}
.BgClassName
{
background-color: #051E4C;
}
</style>
border-color css
<style>
span { border-color: #051E4C; }
span { border-color: rgb(5,30,76); }
td.TdClassName
{
border-color: #051E4C;
}
.TagClassName
{
border-color: #051E4C;
}
</style>