Shades of Sapphire #051355
Tints of Sapphire #051355
RGB
CMYK
RGB Variations
Color information
#051355 (or 0x051355) is known color: Sapphire. HEX triplet: 05, 13 and 55. RGB value is (5,19,85). Sum of RGB (Red+Green+Blue) = 5+19+85=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #051355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051355 is #FAECAA. Grayscale: #161616. Windows color (decimal): -16444587 or 5575429. OLE color: 5575429.
HSL color Cylindrical-coordinate representation of color #051355: hue angle of 229.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051355 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 19 | 85 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.67 |
| HSL | 229.5º | 0.89% | 0.18% | - |
| HSV(B) | 229.5º | 0.94% | 0.33% | - |
| XYZ | 1.94 | 1.15 | 8.72 | - |
| YUV | 22.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 85 | 0.94 | 0.78 | 0 | 0.67 | 229.5 | 0.89 | 0.18 |
| Hex | 5 | 13 | 55 | 5E | 4E | 0 | 43 | E6 | 59 | 12 |
| Octal | 5 | 23 | 125 | 136 | 116 | 0 | 103 | 346 | 131 | 22 |
| Binary | 101 | 10011 | 1010101 | 1011110 | 1001110 | 0 | 1000011 | 11100110 | 1011001 | 10010 |
Color Harmonies of #051355
Complementary color
Monochromatic Colors of #051355
Black with #051355
Text Example
Text Example
White with #051355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051355; }
p { color: rgb(5,19,85); }
H1.HeaderClassName
{
color: #051355;
}
.AnyTagClassName
{
color: #051355;
}
</style>
background-color css
<style>
a { background-color: #051355; }
a { background-color: rgb(5,19,85); }
div.DivClassName
{
background-color: #051355;
}
.BgClassName
{
background-color: #051355;
}
</style>
border-color css
<style>
span { border-color: #051355; }
span { border-color: rgb(5,19,85); }
td.TdClassName
{
border-color: #051355;
}
.TagClassName
{
border-color: #051355;
}
</style>