Shades of Sapphire #051A70
Tints of Sapphire #051A70
RGB
CMYK
RGB Variations
Color information
#051A70 (or 0x051A70) is known color: Sapphire. HEX triplet: 05, 1A and 70. RGB value is (5,26,112). Sum of RGB (Red+Green+Blue) = 5+26+112=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #051A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A70 is #FAE58F. Grayscale: #1D1D1D. Windows color (decimal): -16442768 or 7346693. OLE color: 7346693.
HSL color Cylindrical-coordinate representation of color #051A70: hue angle of 228.22º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051A70 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 26 | 112 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.56 |
| HSL | 228.22º | 0.91% | 0.23% | - |
| HSV(B) | 228.22º | 0.96% | 0.44% | - |
| XYZ | 3.36 | 1.94 | 15.53 | - |
| YUV | 29.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 112 | 0.96 | 0.77 | 0 | 0.56 | 228.22 | 0.91 | 0.23 |
| Hex | 5 | 1A | 70 | 60 | 4D | 0 | 38 | E4 | 5B | 17 |
| Octal | 5 | 32 | 160 | 140 | 115 | 0 | 70 | 344 | 133 | 27 |
| Binary | 101 | 11010 | 1110000 | 1100000 | 1001101 | 0 | 111000 | 11100100 | 1011011 | 10111 |
Color Harmonies of #051A70
Complementary color
Monochromatic Colors of #051A70
Black with #051A70
Text Example
Text Example
White with #051A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A70; }
p { color: rgb(5,26,112); }
H1.HeaderClassName
{
color: #051A70;
}
.AnyTagClassName
{
color: #051A70;
}
</style>
background-color css
<style>
a { background-color: #051A70; }
a { background-color: rgb(5,26,112); }
div.DivClassName
{
background-color: #051A70;
}
.BgClassName
{
background-color: #051A70;
}
</style>
border-color css
<style>
span { border-color: #051A70; }
span { border-color: rgb(5,26,112); }
td.TdClassName
{
border-color: #051A70;
}
.TagClassName
{
border-color: #051A70;
}
</style>