Shades of Sapphire #001758
Tints of Sapphire #001758
RGB
CMYK
RGB Variations
Color information
#001758 (or 0x001758) is known color: Sapphire. HEX triplet: 00, 17 and 58. RGB value is (0,23,88). Sum of RGB (Red+Green+Blue) = 0+23+88=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 23 (9.38% from 255 or 20.72% 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 #001758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001758 is #FFE8A7. Grayscale: #171717. Windows color (decimal): -16771240 or 5773056. OLE color: 5773056.
HSL color Cylindrical-coordinate representation of color #001758: hue angle of 224.32º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001758 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 23 | 88 | - |
| CMYK | 1 | 0.74 | 0 | 0.65 |
| HSL | 224.32º | 1% | 0.17% | - |
| HSV(B) | 224.32º | 1% | 0.35% | - |
| XYZ | 2.07 | 1.32 | 9.38 | - |
| YUV | 23.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 88 | 1 | 0.74 | 0 | 0.65 | 224.32 | 1 | 0.17 |
| Hex | 0 | 17 | 58 | 64 | 4A | 0 | 41 | E0 | 64 | 11 |
| Octal | 0 | 27 | 130 | 144 | 112 | 0 | 101 | 340 | 144 | 21 |
| Binary | 0 | 10111 | 1011000 | 1100100 | 1001010 | 0 | 1000001 | 11100000 | 1100100 | 10001 |
Color Harmonies of #001758
Complementary color
Monochromatic Colors of #001758
Black with #001758
Text Example
Text Example
White with #001758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001758; }
p { color: rgb(0,23,88); }
H1.HeaderClassName
{
color: #001758;
}
.AnyTagClassName
{
color: #001758;
}
</style>
background-color css
<style>
a { background-color: #001758; }
a { background-color: rgb(0,23,88); }
div.DivClassName
{
background-color: #001758;
}
.BgClassName
{
background-color: #001758;
}
</style>
border-color css
<style>
span { border-color: #001758; }
span { border-color: rgb(0,23,88); }
td.TdClassName
{
border-color: #001758;
}
.TagClassName
{
border-color: #001758;
}
</style>