Shades of Sapphire #001755
Tints of Sapphire #001755
RGB
CMYK
RGB Variations
Color information
#001755 (or 0x001755) is known color: Sapphire. HEX triplet: 00, 17 and 55. RGB value is (0,23,85). Sum of RGB (Red+Green+Blue) = 0+23+85=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #001755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001755 is #FFE8AA. Grayscale: #161616. Windows color (decimal): -16771243 or 5576448. OLE color: 5576448.
HSL color Cylindrical-coordinate representation of color #001755: hue angle of 223.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001755 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 23 | 85 | - |
| CMYK | 1 | 0.73 | 0 | 0.67 |
| HSL | 223.76º | 1% | 0.17% | - |
| HSV(B) | 223.76º | 1% | 0.33% | - |
| XYZ | 1.95 | 1.27 | 8.74 | - |
| YUV | 23.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 85 | 1 | 0.73 | 0 | 0.67 | 223.76 | 1 | 0.17 |
| Hex | 0 | 17 | 55 | 64 | 49 | 0 | 43 | E0 | 64 | 11 |
| Octal | 0 | 27 | 125 | 144 | 111 | 0 | 103 | 340 | 144 | 21 |
| Binary | 0 | 10111 | 1010101 | 1100100 | 1001001 | 0 | 1000011 | 11100000 | 1100100 | 10001 |
Color Harmonies of #001755
Complementary color
Monochromatic Colors of #001755
Black with #001755
Text Example
Text Example
White with #001755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001755; }
p { color: rgb(0,23,85); }
H1.HeaderClassName
{
color: #001755;
}
.AnyTagClassName
{
color: #001755;
}
</style>
background-color css
<style>
a { background-color: #001755; }
a { background-color: rgb(0,23,85); }
div.DivClassName
{
background-color: #001755;
}
.BgClassName
{
background-color: #001755;
}
</style>
border-color css
<style>
span { border-color: #001755; }
span { border-color: rgb(0,23,85); }
td.TdClassName
{
border-color: #001755;
}
.TagClassName
{
border-color: #001755;
}
</style>