Shades of Sapphire #051B7D
Tints of Sapphire #051B7D
RGB
CMYK
RGB Variations
Color information
#051B7D (or 0x051B7D) is known color: Sapphire. HEX triplet: 05, 1B and 7D. RGB value is (5,27,125). Sum of RGB (Red+Green+Blue) = 5+27+125=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 125 (49.22% from 255 or 79.62% from 157); Max value from RGB is 125 - color contains mainly: blue. Hex color #051B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B7D is #FAE482. Grayscale: #1F1F1F. Windows color (decimal): -16442499 or 8198917. OLE color: 8198917.
HSL color Cylindrical-coordinate representation of color #051B7D: hue angle of 229º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B7D is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 27 | 125 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.51 |
| HSL | 229º | 0.92% | 0.25% | - |
| HSV(B) | 229º | 0.96% | 0.49% | - |
| XYZ | 4.16 | 2.3 | 19.63 | - |
| YUV | 31.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 125 | 0.96 | 0.78 | 0 | 0.51 | 229 | 0.92 | 0.25 |
| Hex | 5 | 1B | 7D | 60 | 4E | 0 | 33 | E5 | 5C | 19 |
| Octal | 5 | 33 | 175 | 140 | 116 | 0 | 63 | 345 | 134 | 31 |
| Binary | 101 | 11011 | 1111101 | 1100000 | 1001110 | 0 | 110011 | 11100101 | 1011100 | 11001 |
Color Harmonies of #051B7D
Complementary color
Monochromatic Colors of #051B7D
Black with #051B7D
Text Example
Text Example
White with #051B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B7D; }
p { color: rgb(5,27,125); }
H1.HeaderClassName
{
color: #051B7D;
}
.AnyTagClassName
{
color: #051B7D;
}
</style>
background-color css
<style>
a { background-color: #051B7D; }
a { background-color: rgb(5,27,125); }
div.DivClassName
{
background-color: #051B7D;
}
.BgClassName
{
background-color: #051B7D;
}
</style>
border-color css
<style>
span { border-color: #051B7D; }
span { border-color: rgb(5,27,125); }
td.TdClassName
{
border-color: #051B7D;
}
.TagClassName
{
border-color: #051B7D;
}
</style>