Shades of Sapphire #051F62
Tints of Sapphire #051F62
RGB
CMYK
RGB Variations
Color information
#051F62 (or 0x051F62) is known color: Sapphire. HEX triplet: 05, 1F and 62. RGB value is (5,31,98). Sum of RGB (Red+Green+Blue) = 5+31+98=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #051F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F62 is #FAE09D. Grayscale: #1E1E1E. Windows color (decimal): -16441502 or 6430469. OLE color: 6430469.
HSL color Cylindrical-coordinate representation of color #051F62: hue angle of 223.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051F62 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 31 | 98 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.62 |
| HSL | 223.23º | 0.9% | 0.2% | - |
| HSV(B) | 223.23º | 0.95% | 0.38% | - |
| XYZ | 2.76 | 1.89 | 11.78 | - |
| YUV | 30.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 98 | 0.95 | 0.68 | 0 | 0.62 | 223.23 | 0.9 | 0.2 |
| Hex | 5 | 1F | 62 | 5F | 44 | 0 | 3E | DF | 5A | 14 |
| Octal | 5 | 37 | 142 | 137 | 104 | 0 | 76 | 337 | 132 | 24 |
| Binary | 101 | 11111 | 1100010 | 1011111 | 1000100 | 0 | 111110 | 11011111 | 1011010 | 10100 |
Color Harmonies of #051F62
Complementary color
Monochromatic Colors of #051F62
Black with #051F62
Text Example
Text Example
White with #051F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F62; }
p { color: rgb(5,31,98); }
H1.HeaderClassName
{
color: #051F62;
}
.AnyTagClassName
{
color: #051F62;
}
</style>
background-color css
<style>
a { background-color: #051F62; }
a { background-color: rgb(5,31,98); }
div.DivClassName
{
background-color: #051F62;
}
.BgClassName
{
background-color: #051F62;
}
</style>
border-color css
<style>
span { border-color: #051F62; }
span { border-color: rgb(5,31,98); }
td.TdClassName
{
border-color: #051F62;
}
.TagClassName
{
border-color: #051F62;
}
</style>