Shades of Sapphire #051F5D
Tints of Sapphire #051F5D
RGB
CMYK
RGB Variations
Color information
#051F5D (or 0x051F5D) is known color: Sapphire. HEX triplet: 05, 1F and 5D. RGB value is (5,31,93). Sum of RGB (Red+Green+Blue) = 5+31+93=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #051F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F5D is #FAE0A2. Grayscale: #1E1E1E. Windows color (decimal): -16441507 or 6102789. OLE color: 6102789.
HSL color Cylindrical-coordinate representation of color #051F5D: hue angle of 222.27º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051F5D is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 31 | 93 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.64 |
| HSL | 222.27º | 0.9% | 0.19% | - |
| HSV(B) | 222.27º | 0.95% | 0.36% | - |
| XYZ | 2.53 | 1.8 | 10.57 | - |
| YUV | 30.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 93 | 0.95 | 0.67 | 0 | 0.64 | 222.27 | 0.9 | 0.19 |
| Hex | 5 | 1F | 5D | 5F | 43 | 0 | 40 | DE | 5A | 13 |
| Octal | 5 | 37 | 135 | 137 | 103 | 0 | 100 | 336 | 132 | 23 |
| Binary | 101 | 11111 | 1011101 | 1011111 | 1000011 | 0 | 1000000 | 11011110 | 1011010 | 10011 |
Color Harmonies of #051F5D
Complementary color
Monochromatic Colors of #051F5D
Black with #051F5D
Text Example
Text Example
White with #051F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F5D; }
p { color: rgb(5,31,93); }
H1.HeaderClassName
{
color: #051F5D;
}
.AnyTagClassName
{
color: #051F5D;
}
</style>
background-color css
<style>
a { background-color: #051F5D; }
a { background-color: rgb(5,31,93); }
div.DivClassName
{
background-color: #051F5D;
}
.BgClassName
{
background-color: #051F5D;
}
</style>
border-color css
<style>
span { border-color: #051F5D; }
span { border-color: rgb(5,31,93); }
td.TdClassName
{
border-color: #051F5D;
}
.TagClassName
{
border-color: #051F5D;
}
</style>