Shades of Sapphire #051F64
Tints of Sapphire #051F64
RGB
CMYK
RGB Variations
Color information
#051F64 (or 0x051F64) is known color: Sapphire. HEX triplet: 05, 1F and 64. RGB value is (5,31,100). Sum of RGB (Red+Green+Blue) = 5+31+100=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #051F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F64 is #FAE09B. Grayscale: #1E1E1E. Windows color (decimal): -16441500 or 6561541. OLE color: 6561541.
HSL color Cylindrical-coordinate representation of color #051F64: hue angle of 223.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051F64 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 31 | 100 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.61 |
| HSL | 223.58º | 0.9% | 0.21% | - |
| HSV(B) | 223.58º | 0.95% | 0.39% | - |
| XYZ | 2.85 | 1.93 | 12.28 | - |
| YUV | 31.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 100 | 0.95 | 0.69 | 0 | 0.61 | 223.58 | 0.9 | 0.21 |
| Hex | 5 | 1F | 64 | 5F | 45 | 0 | 3D | E0 | 5A | 15 |
| Octal | 5 | 37 | 144 | 137 | 105 | 0 | 75 | 340 | 132 | 25 |
| Binary | 101 | 11111 | 1100100 | 1011111 | 1000101 | 0 | 111101 | 11100000 | 1011010 | 10101 |
Color Harmonies of #051F64
Complementary color
Monochromatic Colors of #051F64
Black with #051F64
Text Example
Text Example
White with #051F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F64; }
p { color: rgb(5,31,100); }
H1.HeaderClassName
{
color: #051F64;
}
.AnyTagClassName
{
color: #051F64;
}
</style>
background-color css
<style>
a { background-color: #051F64; }
a { background-color: rgb(5,31,100); }
div.DivClassName
{
background-color: #051F64;
}
.BgClassName
{
background-color: #051F64;
}
</style>
border-color css
<style>
span { border-color: #051F64; }
span { border-color: rgb(5,31,100); }
td.TdClassName
{
border-color: #051F64;
}
.TagClassName
{
border-color: #051F64;
}
</style>