Shades of Sapphire #001770
Tints of Sapphire #001770
RGB
CMYK
RGB Variations
Color information
#001770 (or 0x001770) is known color: Sapphire. HEX triplet: 00, 17 and 70. RGB value is (0,23,112). Sum of RGB (Red+Green+Blue) = 0+23+112=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #001770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001770 is #FFE88F. Grayscale: #191919. Windows color (decimal): -16771216 or 7345920. OLE color: 7345920.
HSL color Cylindrical-coordinate representation of color #001770: hue angle of 227.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001770 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 23 | 112 | - |
| CMYK | 1 | 0.79 | 0 | 0.56 |
| HSL | 227.68º | 1% | 0.22% | - |
| HSV(B) | 227.68º | 1% | 0.44% | - |
| XYZ | 3.23 | 1.78 | 15.5 | - |
| YUV | 26.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 112 | 1 | 0.79 | 0 | 0.56 | 227.68 | 1 | 0.22 |
| Hex | 0 | 17 | 70 | 64 | 4F | 0 | 38 | E4 | 64 | 16 |
| Octal | 0 | 27 | 160 | 144 | 117 | 0 | 70 | 344 | 144 | 26 |
| Binary | 0 | 10111 | 1110000 | 1100100 | 1001111 | 0 | 111000 | 11100100 | 1100100 | 10110 |
Color Harmonies of #001770
Complementary color
Monochromatic Colors of #001770
Black with #001770
Text Example
Text Example
White with #001770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001770; }
p { color: rgb(0,23,112); }
H1.HeaderClassName
{
color: #001770;
}
.AnyTagClassName
{
color: #001770;
}
</style>
background-color css
<style>
a { background-color: #001770; }
a { background-color: rgb(0,23,112); }
div.DivClassName
{
background-color: #001770;
}
.BgClassName
{
background-color: #001770;
}
</style>
border-color css
<style>
span { border-color: #001770; }
span { border-color: rgb(0,23,112); }
td.TdClassName
{
border-color: #001770;
}
.TagClassName
{
border-color: #001770;
}
</style>