Shades of Sapphire #051A6D
Tints of Sapphire #051A6D
RGB
CMYK
RGB Variations
Color information
#051A6D (or 0x051A6D) is known color: Sapphire. HEX triplet: 05, 1A and 6D. RGB value is (5,26,109). Sum of RGB (Red+Green+Blue) = 5+26+109=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #051A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A6D is #FAE592. Grayscale: #1C1C1C. Windows color (decimal): -16442771 or 7150085. OLE color: 7150085.
HSL color Cylindrical-coordinate representation of color #051A6D: hue angle of 227.88º 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 #051A6D is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 26 | 109 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.57 |
| HSL | 227.88º | 0.91% | 0.22% | - |
| HSV(B) | 227.88º | 0.95% | 0.43% | - |
| XYZ | 3.19 | 1.88 | 14.66 | - |
| YUV | 29.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 109 | 0.95 | 0.76 | 0 | 0.57 | 227.88 | 0.91 | 0.22 |
| Hex | 5 | 1A | 6D | 5F | 4C | 0 | 39 | E4 | 5B | 16 |
| Octal | 5 | 32 | 155 | 137 | 114 | 0 | 71 | 344 | 133 | 26 |
| Binary | 101 | 11010 | 1101101 | 1011111 | 1001100 | 0 | 111001 | 11100100 | 1011011 | 10110 |
Color Harmonies of #051A6D
Complementary color
Monochromatic Colors of #051A6D
Black with #051A6D
Text Example
Text Example
White with #051A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A6D; }
p { color: rgb(5,26,109); }
H1.HeaderClassName
{
color: #051A6D;
}
.AnyTagClassName
{
color: #051A6D;
}
</style>
background-color css
<style>
a { background-color: #051A6D; }
a { background-color: rgb(5,26,109); }
div.DivClassName
{
background-color: #051A6D;
}
.BgClassName
{
background-color: #051A6D;
}
</style>
border-color css
<style>
span { border-color: #051A6D; }
span { border-color: rgb(5,26,109); }
td.TdClassName
{
border-color: #051A6D;
}
.TagClassName
{
border-color: #051A6D;
}
</style>