Shades of Sapphire #051775
Tints of Sapphire #051775
RGB
CMYK
RGB Variations
Color information
#051775 (or 0x051775) is known color: Sapphire. HEX triplet: 05, 17 and 75. RGB value is (5,23,117). Sum of RGB (Red+Green+Blue) = 5+23+117=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #051775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051775 is #FAE88A. Grayscale: #1B1B1B. Windows color (decimal): -16443531 or 7673605. OLE color: 7673605.
HSL color Cylindrical-coordinate representation of color #051775: hue angle of 230.36º 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 #051775 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 23 | 117 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.54 |
| HSL | 230.36º | 0.92% | 0.24% | - |
| HSV(B) | 230.36º | 0.96% | 0.46% | - |
| XYZ | 3.58 | 1.93 | 17.01 | - |
| YUV | 28.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 117 | 0.96 | 0.80 | 0 | 0.54 | 230.36 | 0.92 | 0.24 |
| Hex | 5 | 17 | 75 | 60 | 50 | 0 | 36 | E6 | 5C | 18 |
| Octal | 5 | 27 | 165 | 140 | 120 | 0 | 66 | 346 | 134 | 30 |
| Binary | 101 | 10111 | 1110101 | 1100000 | 1010000 | 0 | 110110 | 11100110 | 1011100 | 11000 |
Color Harmonies of #051775
Complementary color
Monochromatic Colors of #051775
Black with #051775
Text Example
Text Example
White with #051775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051775; }
p { color: rgb(5,23,117); }
H1.HeaderClassName
{
color: #051775;
}
.AnyTagClassName
{
color: #051775;
}
</style>
background-color css
<style>
a { background-color: #051775; }
a { background-color: rgb(5,23,117); }
div.DivClassName
{
background-color: #051775;
}
.BgClassName
{
background-color: #051775;
}
</style>
border-color css
<style>
span { border-color: #051775; }
span { border-color: rgb(5,23,117); }
td.TdClassName
{
border-color: #051775;
}
.TagClassName
{
border-color: #051775;
}
</style>