Shades of Sapphire #051B71
Tints of Sapphire #051B71
RGB
CMYK
RGB Variations
Color information
#051B71 (or 0x051B71) is known color: Sapphire. HEX triplet: 05, 1B and 71. RGB value is (5,27,113). Sum of RGB (Red+Green+Blue) = 5+27+113=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #051B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B71 is #FAE48E. Grayscale: #1D1D1D. Windows color (decimal): -16442511 or 7412485. OLE color: 7412485.
HSL color Cylindrical-coordinate representation of color #051B71: hue angle of 227.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B71 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 27 | 113 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.56 |
| HSL | 227.78º | 0.92% | 0.23% | - |
| HSV(B) | 227.78º | 0.96% | 0.44% | - |
| XYZ | 3.44 | 2.01 | 15.83 | - |
| YUV | 30.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 113 | 0.96 | 0.76 | 0 | 0.56 | 227.78 | 0.92 | 0.23 |
| Hex | 5 | 1B | 71 | 60 | 4C | 0 | 38 | E4 | 5C | 17 |
| Octal | 5 | 33 | 161 | 140 | 114 | 0 | 70 | 344 | 134 | 27 |
| Binary | 101 | 11011 | 1110001 | 1100000 | 1001100 | 0 | 111000 | 11100100 | 1011100 | 10111 |
Color Harmonies of #051B71
Complementary color
Monochromatic Colors of #051B71
Black with #051B71
Text Example
Text Example
White with #051B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B71; }
p { color: rgb(5,27,113); }
H1.HeaderClassName
{
color: #051B71;
}
.AnyTagClassName
{
color: #051B71;
}
</style>
background-color css
<style>
a { background-color: #051B71; }
a { background-color: rgb(5,27,113); }
div.DivClassName
{
background-color: #051B71;
}
.BgClassName
{
background-color: #051B71;
}
</style>
border-color css
<style>
span { border-color: #051B71; }
span { border-color: rgb(5,27,113); }
td.TdClassName
{
border-color: #051B71;
}
.TagClassName
{
border-color: #051B71;
}
</style>