Shades of Sapphire #051A63
Tints of Sapphire #051A63
RGB
CMYK
RGB Variations
Color information
#051A63 (or 0x051A63) is known color: Sapphire. HEX triplet: 05, 1A and 63. RGB value is (5,26,99). Sum of RGB (Red+Green+Blue) = 5+26+99=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #051A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A63 is #FAE59C. Grayscale: #1B1B1B. Windows color (decimal): -16442781 or 6494725. OLE color: 6494725.
HSL color Cylindrical-coordinate representation of color #051A63: hue angle of 226.6º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051A63 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 26 | 99 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.61 |
| HSL | 226.6º | 0.9% | 0.2% | - |
| HSV(B) | 226.6º | 0.95% | 0.39% | - |
| XYZ | 2.68 | 1.67 | 11.99 | - |
| YUV | 28.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 99 | 0.95 | 0.74 | 0 | 0.61 | 226.6 | 0.9 | 0.2 |
| Hex | 5 | 1A | 63 | 5F | 4A | 0 | 3D | E3 | 5A | 14 |
| Octal | 5 | 32 | 143 | 137 | 112 | 0 | 75 | 343 | 132 | 24 |
| Binary | 101 | 11010 | 1100011 | 1011111 | 1001010 | 0 | 111101 | 11100011 | 1011010 | 10100 |
Color Harmonies of #051A63
Complementary color
Monochromatic Colors of #051A63
Black with #051A63
Text Example
Text Example
White with #051A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A63; }
p { color: rgb(5,26,99); }
H1.HeaderClassName
{
color: #051A63;
}
.AnyTagClassName
{
color: #051A63;
}
</style>
background-color css
<style>
a { background-color: #051A63; }
a { background-color: rgb(5,26,99); }
div.DivClassName
{
background-color: #051A63;
}
.BgClassName
{
background-color: #051A63;
}
</style>
border-color css
<style>
span { border-color: #051A63; }
span { border-color: rgb(5,26,99); }
td.TdClassName
{
border-color: #051A63;
}
.TagClassName
{
border-color: #051A63;
}
</style>