Shades of Sapphire #051D63
Tints of Sapphire #051D63
RGB
CMYK
RGB Variations
Color information
#051D63 (or 0x051D63) is known color: Sapphire. HEX triplet: 05, 1D and 63. RGB value is (5,29,99). Sum of RGB (Red+Green+Blue) = 5+29+99=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #051D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D63 is #FAE29C. Grayscale: #1D1D1D. Windows color (decimal): -16442013 or 6495493. OLE color: 6495493.
HSL color Cylindrical-coordinate representation of color #051D63: hue angle of 224.68º 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 #051D63 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 29 | 99 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.61 |
| HSL | 224.68º | 0.9% | 0.2% | - |
| HSV(B) | 224.68º | 0.95% | 0.39% | - |
| XYZ | 2.75 | 1.81 | 12.01 | - |
| YUV | 29.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 99 | 0.95 | 0.71 | 0 | 0.61 | 224.68 | 0.9 | 0.2 |
| Hex | 5 | 1D | 63 | 5F | 47 | 0 | 3D | E1 | 5A | 14 |
| Octal | 5 | 35 | 143 | 137 | 107 | 0 | 75 | 341 | 132 | 24 |
| Binary | 101 | 11101 | 1100011 | 1011111 | 1000111 | 0 | 111101 | 11100001 | 1011010 | 10100 |
Color Harmonies of #051D63
Complementary color
Monochromatic Colors of #051D63
Black with #051D63
Text Example
Text Example
White with #051D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D63; }
p { color: rgb(5,29,99); }
H1.HeaderClassName
{
color: #051D63;
}
.AnyTagClassName
{
color: #051D63;
}
</style>
background-color css
<style>
a { background-color: #051D63; }
a { background-color: rgb(5,29,99); }
div.DivClassName
{
background-color: #051D63;
}
.BgClassName
{
background-color: #051D63;
}
</style>
border-color css
<style>
span { border-color: #051D63; }
span { border-color: rgb(5,29,99); }
td.TdClassName
{
border-color: #051D63;
}
.TagClassName
{
border-color: #051D63;
}
</style>