Shades of Sapphire #011658
Tints of Sapphire #011658
RGB
CMYK
RGB Variations
Color information
#011658 (or 0x011658) is known color: Sapphire. HEX triplet: 01, 16 and 58. RGB value is (1,22,88). Sum of RGB (Red+Green+Blue) = 1+22+88=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #011658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011658 is #FEE9A7. Grayscale: #161616. Windows color (decimal): -16705960 or 5772801. OLE color: 5772801.
HSL color Cylindrical-coordinate representation of color #011658: hue angle of 225.52º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011658 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 22 | 88 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.65 |
| HSL | 225.52º | 0.98% | 0.17% | - |
| HSV(B) | 225.52º | 0.99% | 0.35% | - |
| XYZ | 2.06 | 1.28 | 9.37 | - |
| YUV | 23.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 88 | 0.99 | 0.75 | 0 | 0.65 | 225.52 | 0.98 | 0.17 |
| Hex | 1 | 16 | 58 | 63 | 4B | 0 | 41 | E2 | 62 | 11 |
| Octal | 1 | 26 | 130 | 143 | 113 | 0 | 101 | 342 | 142 | 21 |
| Binary | 1 | 10110 | 1011000 | 1100011 | 1001011 | 0 | 1000001 | 11100010 | 1100010 | 10001 |
Color Harmonies of #011658
Complementary color
Monochromatic Colors of #011658
Black with #011658
Text Example
Text Example
White with #011658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011658; }
p { color: rgb(1,22,88); }
H1.HeaderClassName
{
color: #011658;
}
.AnyTagClassName
{
color: #011658;
}
</style>
background-color css
<style>
a { background-color: #011658; }
a { background-color: rgb(1,22,88); }
div.DivClassName
{
background-color: #011658;
}
.BgClassName
{
background-color: #011658;
}
</style>
border-color css
<style>
span { border-color: #011658; }
span { border-color: rgb(1,22,88); }
td.TdClassName
{
border-color: #011658;
}
.TagClassName
{
border-color: #011658;
}
</style>