Shades of Sapphire #051B7F
Tints of Sapphire #051B7F
RGB
CMYK
RGB Variations
Color information
#051B7F (or 0x051B7F) is known color: Sapphire. HEX triplet: 05, 1B and 7F. RGB value is (5,27,127). Sum of RGB (Red+Green+Blue) = 5+27+127=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 127 (50% from 255 or 79.87% from 159); Max value from RGB is 127 - color contains mainly: blue. Hex color #051B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B7F is #FAE480. Grayscale: #1F1F1F. Windows color (decimal): -16442497 or 8329989. OLE color: 8329989.
HSL color Cylindrical-coordinate representation of color #051B7F: hue angle of 229.18º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B7F is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 27 | 127 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.50 |
| HSL | 229.18º | 0.92% | 0.26% | - |
| HSV(B) | 229.18º | 0.96% | 0.5% | - |
| XYZ | 4.29 | 2.35 | 20.31 | - |
| YUV | 31.82 | 181.71 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 127 | 0.96 | 0.79 | 0 | 0.50 | 229.18 | 0.92 | 0.26 |
| Hex | 5 | 1B | 7F | 60 | 4F | 0 | 32 | E5 | 5C | 1A |
| Octal | 5 | 33 | 177 | 140 | 117 | 0 | 62 | 345 | 134 | 32 |
| Binary | 101 | 11011 | 1111111 | 1100000 | 1001111 | 0 | 110010 | 11100101 | 1011100 | 11010 |
Color Harmonies of #051B7F
Complementary color
Monochromatic Colors of #051B7F
Black with #051B7F
Text Example
Text Example
White with #051B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B7F; }
p { color: rgb(5,27,127); }
H1.HeaderClassName
{
color: #051B7F;
}
.AnyTagClassName
{
color: #051B7F;
}
</style>
background-color css
<style>
a { background-color: #051B7F; }
a { background-color: rgb(5,27,127); }
div.DivClassName
{
background-color: #051B7F;
}
.BgClassName
{
background-color: #051B7F;
}
</style>
border-color css
<style>
span { border-color: #051B7F; }
span { border-color: rgb(5,27,127); }
td.TdClassName
{
border-color: #051B7F;
}
.TagClassName
{
border-color: #051B7F;
}
</style>