Shades of Sapphire #051E83
Tints of Sapphire #051E83
RGB
CMYK
RGB Variations
Color information
#051E83 (or 0x051E83) is known color: Sapphire. HEX triplet: 05, 1E and 83. RGB value is (5,30,131). Sum of RGB (Red+Green+Blue) = 5+30+131=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #051E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E83 is #FAE17C. Grayscale: #212121. Windows color (decimal): -16441725 or 8592901. OLE color: 8592901.
HSL color Cylindrical-coordinate representation of color #051E83: hue angle of 228.1º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051E83 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 30 | 131 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.49 |
| HSL | 228.1º | 0.93% | 0.27% | - |
| HSV(B) | 228.1º | 0.96% | 0.51% | - |
| XYZ | 4.62 | 2.6 | 21.73 | - |
| YUV | 34.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 131 | 0.96 | 0.77 | 0 | 0.49 | 228.1 | 0.93 | 0.27 |
| Hex | 5 | 1E | 83 | 60 | 4D | 0 | 31 | E4 | 5D | 1B |
| Octal | 5 | 36 | 203 | 140 | 115 | 0 | 61 | 344 | 135 | 33 |
| Binary | 101 | 11110 | 10000011 | 1100000 | 1001101 | 0 | 110001 | 11100100 | 1011101 | 11011 |
Color Harmonies of #051E83
Complementary color
Monochromatic Colors of #051E83
Black with #051E83
Text Example
Text Example
White with #051E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E83; }
p { color: rgb(5,30,131); }
H1.HeaderClassName
{
color: #051E83;
}
.AnyTagClassName
{
color: #051E83;
}
</style>
background-color css
<style>
a { background-color: #051E83; }
a { background-color: rgb(5,30,131); }
div.DivClassName
{
background-color: #051E83;
}
.BgClassName
{
background-color: #051E83;
}
</style>
border-color css
<style>
span { border-color: #051E83; }
span { border-color: rgb(5,30,131); }
td.TdClassName
{
border-color: #051E83;
}
.TagClassName
{
border-color: #051E83;
}
</style>