Shades of Sapphire #051658
Tints of Sapphire #051658
RGB
CMYK
RGB Variations
Color information
#051658 (or 0x051658) is known color: Sapphire. HEX triplet: 05, 16 and 58. RGB value is (5,22,88). Sum of RGB (Red+Green+Blue) = 5+22+88=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #051658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051658 is #FAE9A7. Grayscale: #181818. Windows color (decimal): -16443816 or 5772805. OLE color: 5772805.
HSL color Cylindrical-coordinate representation of color #051658: hue angle of 227.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051658 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 22 | 88 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.65 |
| HSL | 227.71º | 0.89% | 0.18% | - |
| HSV(B) | 227.71º | 0.94% | 0.35% | - |
| XYZ | 2.11 | 1.31 | 9.37 | - |
| YUV | 24.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 88 | 0.94 | 0.75 | 0 | 0.65 | 227.71 | 0.89 | 0.18 |
| Hex | 5 | 16 | 58 | 5E | 4B | 0 | 41 | E4 | 59 | 12 |
| Octal | 5 | 26 | 130 | 136 | 113 | 0 | 101 | 344 | 131 | 22 |
| Binary | 101 | 10110 | 1011000 | 1011110 | 1001011 | 0 | 1000001 | 11100100 | 1011001 | 10010 |
Color Harmonies of #051658
Complementary color
Monochromatic Colors of #051658
Black with #051658
Text Example
Text Example
White with #051658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051658; }
p { color: rgb(5,22,88); }
H1.HeaderClassName
{
color: #051658;
}
.AnyTagClassName
{
color: #051658;
}
</style>
background-color css
<style>
a { background-color: #051658; }
a { background-color: rgb(5,22,88); }
div.DivClassName
{
background-color: #051658;
}
.BgClassName
{
background-color: #051658;
}
</style>
border-color css
<style>
span { border-color: #051658; }
span { border-color: rgb(5,22,88); }
td.TdClassName
{
border-color: #051658;
}
.TagClassName
{
border-color: #051658;
}
</style>