Shades of Sapphire #051855
Tints of Sapphire #051855
RGB
CMYK
RGB Variations
Color information
#051855 (or 0x051855) is known color: Sapphire. HEX triplet: 05, 18 and 55. RGB value is (5,24,85). Sum of RGB (Red+Green+Blue) = 5+24+85=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #051855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051855 is #FAE7AA. Grayscale: #191919. Windows color (decimal): -16443307 or 5576709. OLE color: 5576709.
HSL color Cylindrical-coordinate representation of color #051855: hue angle of 225.75º 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 #051855 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 24 | 85 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.67 |
| HSL | 225.75º | 0.89% | 0.18% | - |
| HSV(B) | 225.75º | 0.94% | 0.33% | - |
| XYZ | 2.03 | 1.34 | 8.75 | - |
| YUV | 25.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 85 | 0.94 | 0.72 | 0 | 0.67 | 225.75 | 0.89 | 0.18 |
| Hex | 5 | 18 | 55 | 5E | 48 | 0 | 43 | E2 | 59 | 12 |
| Octal | 5 | 30 | 125 | 136 | 110 | 0 | 103 | 342 | 131 | 22 |
| Binary | 101 | 11000 | 1010101 | 1011110 | 1001000 | 0 | 1000011 | 11100010 | 1011001 | 10010 |
Color Harmonies of #051855
Complementary color
Monochromatic Colors of #051855
Black with #051855
Text Example
Text Example
White with #051855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051855; }
p { color: rgb(5,24,85); }
H1.HeaderClassName
{
color: #051855;
}
.AnyTagClassName
{
color: #051855;
}
</style>
background-color css
<style>
a { background-color: #051855; }
a { background-color: rgb(5,24,85); }
div.DivClassName
{
background-color: #051855;
}
.BgClassName
{
background-color: #051855;
}
</style>
border-color css
<style>
span { border-color: #051855; }
span { border-color: rgb(5,24,85); }
td.TdClassName
{
border-color: #051855;
}
.TagClassName
{
border-color: #051855;
}
</style>