Shades of Sapphire #051B6D
Tints of Sapphire #051B6D
RGB
CMYK
RGB Variations
Color information
#051B6D (or 0x051B6D) is known color: Sapphire. HEX triplet: 05, 1B and 6D. RGB value is (5,27,109). Sum of RGB (Red+Green+Blue) = 5+27+109=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #051B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B6D is #FAE492. Grayscale: #1D1D1D. Windows color (decimal): -16442515 or 7150341. OLE color: 7150341.
HSL color Cylindrical-coordinate representation of color #051B6D: hue angle of 227.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051B6D is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 27 | 109 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.57 |
| HSL | 227.31º | 0.91% | 0.22% | - |
| HSV(B) | 227.31º | 0.95% | 0.43% | - |
| XYZ | 3.21 | 1.92 | 14.67 | - |
| YUV | 29.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 109 | 0.95 | 0.75 | 0 | 0.57 | 227.31 | 0.91 | 0.22 |
| Hex | 5 | 1B | 6D | 5F | 4B | 0 | 39 | E3 | 5B | 16 |
| Octal | 5 | 33 | 155 | 137 | 113 | 0 | 71 | 343 | 133 | 26 |
| Binary | 101 | 11011 | 1101101 | 1011111 | 1001011 | 0 | 111001 | 11100011 | 1011011 | 10110 |
Color Harmonies of #051B6D
Complementary color
Monochromatic Colors of #051B6D
Black with #051B6D
Text Example
Text Example
White with #051B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B6D; }
p { color: rgb(5,27,109); }
H1.HeaderClassName
{
color: #051B6D;
}
.AnyTagClassName
{
color: #051B6D;
}
</style>
background-color css
<style>
a { background-color: #051B6D; }
a { background-color: rgb(5,27,109); }
div.DivClassName
{
background-color: #051B6D;
}
.BgClassName
{
background-color: #051B6D;
}
</style>
border-color css
<style>
span { border-color: #051B6D; }
span { border-color: rgb(5,27,109); }
td.TdClassName
{
border-color: #051B6D;
}
.TagClassName
{
border-color: #051B6D;
}
</style>