Shades of Sapphire #051B4D
Tints of Sapphire #051B4D
RGB
CMYK
RGB Variations
Color information
#051B4D (or 0x051B4D) is known color: Sapphire. HEX triplet: 05, 1B and 4D. RGB value is (5,27,77). Sum of RGB (Red+Green+Blue) = 5+27+77=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #051B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B4D is #FAE4B2. Grayscale: #191919. Windows color (decimal): -16442547 or 5053189. OLE color: 5053189.
HSL color Cylindrical-coordinate representation of color #051B4D: hue angle of 221.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051B4D is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 27 | 77 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.70 |
| HSL | 221.67º | 0.88% | 0.16% | - |
| HSV(B) | 221.67º | 0.94% | 0.3% | - |
| XYZ | 1.79 | 1.35 | 7.19 | - |
| YUV | 26.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 77 | 0.94 | 0.65 | 0 | 0.70 | 221.67 | 0.88 | 0.16 |
| Hex | 5 | 1B | 4D | 5E | 41 | 0 | 46 | DE | 58 | 10 |
| Octal | 5 | 33 | 115 | 136 | 101 | 0 | 106 | 336 | 130 | 20 |
| Binary | 101 | 11011 | 1001101 | 1011110 | 1000001 | 0 | 1000110 | 11011110 | 1011000 | 10000 |
Color Harmonies of #051B4D
Complementary color
Monochromatic Colors of #051B4D
Black with #051B4D
Text Example
Text Example
White with #051B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B4D; }
p { color: rgb(5,27,77); }
H1.HeaderClassName
{
color: #051B4D;
}
.AnyTagClassName
{
color: #051B4D;
}
</style>
background-color css
<style>
a { background-color: #051B4D; }
a { background-color: rgb(5,27,77); }
div.DivClassName
{
background-color: #051B4D;
}
.BgClassName
{
background-color: #051B4D;
}
</style>
border-color css
<style>
span { border-color: #051B4D; }
span { border-color: rgb(5,27,77); }
td.TdClassName
{
border-color: #051B4D;
}
.TagClassName
{
border-color: #051B4D;
}
</style>