Shades of Sapphire #051D55
Tints of Sapphire #051D55
RGB
CMYK
RGB Variations
Color information
#051D55 (or 0x051D55) is known color: Sapphire. HEX triplet: 05, 1D and 55. RGB value is (5,29,85). Sum of RGB (Red+Green+Blue) = 5+29+85=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #051D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D55 is #FAE2AA. Grayscale: #1B1B1B. Windows color (decimal): -16442027 or 5577989. OLE color: 5577989.
HSL color Cylindrical-coordinate representation of color #051D55: hue angle of 222º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051D55 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 29 | 85 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.67 |
| HSL | 222º | 0.89% | 0.18% | - |
| HSV(B) | 222º | 0.94% | 0.33% | - |
| XYZ | 2.14 | 1.57 | 8.78 | - |
| YUV | 28.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 85 | 0.94 | 0.66 | 0 | 0.67 | 222 | 0.89 | 0.18 |
| Hex | 5 | 1D | 55 | 5E | 42 | 0 | 43 | DE | 59 | 12 |
| Octal | 5 | 35 | 125 | 136 | 102 | 0 | 103 | 336 | 131 | 22 |
| Binary | 101 | 11101 | 1010101 | 1011110 | 1000010 | 0 | 1000011 | 11011110 | 1011001 | 10010 |
Color Harmonies of #051D55
Complementary color
Monochromatic Colors of #051D55
Black with #051D55
Text Example
Text Example
White with #051D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D55; }
p { color: rgb(5,29,85); }
H1.HeaderClassName
{
color: #051D55;
}
.AnyTagClassName
{
color: #051D55;
}
</style>
background-color css
<style>
a { background-color: #051D55; }
a { background-color: rgb(5,29,85); }
div.DivClassName
{
background-color: #051D55;
}
.BgClassName
{
background-color: #051D55;
}
</style>
border-color css
<style>
span { border-color: #051D55; }
span { border-color: rgb(5,29,85); }
td.TdClassName
{
border-color: #051D55;
}
.TagClassName
{
border-color: #051D55;
}
</style>