Shades of Sapphire #051A68
Tints of Sapphire #051A68
RGB
CMYK
RGB Variations
Color information
#051A68 (or 0x051A68) is known color: Sapphire. HEX triplet: 05, 1A and 68. RGB value is (5,26,104). Sum of RGB (Red+Green+Blue) = 5+26+104=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #051A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A68 is #FAE597. Grayscale: #1C1C1C. Windows color (decimal): -16442776 or 6822405. OLE color: 6822405.
HSL color Cylindrical-coordinate representation of color #051A68: hue angle of 227.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051A68 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 26 | 104 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.59 |
| HSL | 227.27º | 0.91% | 0.21% | - |
| HSV(B) | 227.27º | 0.95% | 0.41% | - |
| XYZ | 2.93 | 1.77 | 13.28 | - |
| YUV | 28.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 104 | 0.95 | 0.75 | 0 | 0.59 | 227.27 | 0.91 | 0.21 |
| Hex | 5 | 1A | 68 | 5F | 4B | 0 | 3B | E3 | 5B | 15 |
| Octal | 5 | 32 | 150 | 137 | 113 | 0 | 73 | 343 | 133 | 25 |
| Binary | 101 | 11010 | 1101000 | 1011111 | 1001011 | 0 | 111011 | 11100011 | 1011011 | 10101 |
Color Harmonies of #051A68
Complementary color
Monochromatic Colors of #051A68
Black with #051A68
Text Example
Text Example
White with #051A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A68; }
p { color: rgb(5,26,104); }
H1.HeaderClassName
{
color: #051A68;
}
.AnyTagClassName
{
color: #051A68;
}
</style>
background-color css
<style>
a { background-color: #051A68; }
a { background-color: rgb(5,26,104); }
div.DivClassName
{
background-color: #051A68;
}
.BgClassName
{
background-color: #051A68;
}
</style>
border-color css
<style>
span { border-color: #051A68; }
span { border-color: rgb(5,26,104); }
td.TdClassName
{
border-color: #051A68;
}
.TagClassName
{
border-color: #051A68;
}
</style>