Shades of Sapphire #051F83
Tints of Sapphire #051F83
RGB
CMYK
RGB Variations
Color information
#051F83 (or 0x051F83) is known color: Sapphire. HEX triplet: 05, 1F and 83. RGB value is (5,31,131). Sum of RGB (Red+Green+Blue) = 5+31+131=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #051F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F83 is #FAE07C. Grayscale: #222222. Windows color (decimal): -16441469 or 8593157. OLE color: 8593157.
HSL color Cylindrical-coordinate representation of color #051F83: hue angle of 227.62º 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 #051F83 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 31 | 131 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.49 |
| HSL | 227.62º | 0.93% | 0.27% | - |
| HSV(B) | 227.62º | 0.96% | 0.51% | - |
| XYZ | 4.65 | 2.65 | 21.74 | - |
| YUV | 34.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 131 | 0.96 | 0.76 | 0 | 0.49 | 227.62 | 0.93 | 0.27 |
| Hex | 5 | 1F | 83 | 60 | 4C | 0 | 31 | E4 | 5D | 1B |
| Octal | 5 | 37 | 203 | 140 | 114 | 0 | 61 | 344 | 135 | 33 |
| Binary | 101 | 11111 | 10000011 | 1100000 | 1001100 | 0 | 110001 | 11100100 | 1011101 | 11011 |
Color Harmonies of #051F83
Complementary color
Monochromatic Colors of #051F83
Black with #051F83
Text Example
Text Example
White with #051F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F83; }
p { color: rgb(5,31,131); }
H1.HeaderClassName
{
color: #051F83;
}
.AnyTagClassName
{
color: #051F83;
}
</style>
background-color css
<style>
a { background-color: #051F83; }
a { background-color: rgb(5,31,131); }
div.DivClassName
{
background-color: #051F83;
}
.BgClassName
{
background-color: #051F83;
}
</style>
border-color css
<style>
span { border-color: #051F83; }
span { border-color: rgb(5,31,131); }
td.TdClassName
{
border-color: #051F83;
}
.TagClassName
{
border-color: #051F83;
}
</style>