Shades of Sapphire #051F78
Tints of Sapphire #051F78
RGB
CMYK
RGB Variations
Color information
#051F78 (or 0x051F78) is known color: Sapphire. HEX triplet: 05, 1F and 78. RGB value is (5,31,120). Sum of RGB (Red+Green+Blue) = 5+31+120=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #051F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F78 is #FAE087. Grayscale: #202020. Windows color (decimal): -16441480 or 7872261. OLE color: 7872261.
HSL color Cylindrical-coordinate representation of color #051F78: hue angle of 226.43º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051F78 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 31 | 120 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.53 |
| HSL | 226.43º | 0.92% | 0.25% | - |
| HSV(B) | 226.43º | 0.96% | 0.47% | - |
| XYZ | 3.94 | 2.37 | 18.02 | - |
| YUV | 33.37 | 176.89 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 120 | 0.96 | 0.74 | 0 | 0.53 | 226.43 | 0.92 | 0.25 |
| Hex | 5 | 1F | 78 | 60 | 4A | 0 | 35 | E2 | 5C | 19 |
| Octal | 5 | 37 | 170 | 140 | 112 | 0 | 65 | 342 | 134 | 31 |
| Binary | 101 | 11111 | 1111000 | 1100000 | 1001010 | 0 | 110101 | 11100010 | 1011100 | 11001 |
Color Harmonies of #051F78
Complementary color
Monochromatic Colors of #051F78
Black with #051F78
Text Example
Text Example
White with #051F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F78; }
p { color: rgb(5,31,120); }
H1.HeaderClassName
{
color: #051F78;
}
.AnyTagClassName
{
color: #051F78;
}
</style>
background-color css
<style>
a { background-color: #051F78; }
a { background-color: rgb(5,31,120); }
div.DivClassName
{
background-color: #051F78;
}
.BgClassName
{
background-color: #051F78;
}
</style>
border-color css
<style>
span { border-color: #051F78; }
span { border-color: rgb(5,31,120); }
td.TdClassName
{
border-color: #051F78;
}
.TagClassName
{
border-color: #051F78;
}
</style>