Shades of Sapphire #051C75
Tints of Sapphire #051C75
RGB
CMYK
RGB Variations
Color information
#051C75 (or 0x051C75) is known color: Sapphire. HEX triplet: 05, 1C and 75. RGB value is (5,28,117). Sum of RGB (Red+Green+Blue) = 5+28+117=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #051C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C75 is #FAE38A. Grayscale: #1E1E1E. Windows color (decimal): -16442251 or 7674885. OLE color: 7674885.
HSL color Cylindrical-coordinate representation of color #051C75: hue angle of 227.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051C75 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 28 | 117 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.54 |
| HSL | 227.68º | 0.92% | 0.24% | - |
| HSV(B) | 227.68º | 0.96% | 0.46% | - |
| XYZ | 3.69 | 2.15 | 17.05 | - |
| YUV | 31.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 117 | 0.96 | 0.76 | 0 | 0.54 | 227.68 | 0.92 | 0.24 |
| Hex | 5 | 1C | 75 | 60 | 4C | 0 | 36 | E4 | 5C | 18 |
| Octal | 5 | 34 | 165 | 140 | 114 | 0 | 66 | 344 | 134 | 30 |
| Binary | 101 | 11100 | 1110101 | 1100000 | 1001100 | 0 | 110110 | 11100100 | 1011100 | 11000 |
Color Harmonies of #051C75
Complementary color
Monochromatic Colors of #051C75
Black with #051C75
Text Example
Text Example
White with #051C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C75; }
p { color: rgb(5,28,117); }
H1.HeaderClassName
{
color: #051C75;
}
.AnyTagClassName
{
color: #051C75;
}
</style>
background-color css
<style>
a { background-color: #051C75; }
a { background-color: rgb(5,28,117); }
div.DivClassName
{
background-color: #051C75;
}
.BgClassName
{
background-color: #051C75;
}
</style>
border-color css
<style>
span { border-color: #051C75; }
span { border-color: rgb(5,28,117); }
td.TdClassName
{
border-color: #051C75;
}
.TagClassName
{
border-color: #051C75;
}
</style>