Shades of Sapphire #001746
Tints of Sapphire #001746
RGB
CMYK
RGB Variations
Color information
#001746 (or 0x001746) is known color: Sapphire. HEX triplet: 00, 17 and 46. RGB value is (0,23,70). Sum of RGB (Red+Green+Blue) = 0+23+70=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #001746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001746 is #FFE8B9. Grayscale: #151515. Windows color (decimal): -16771258 or 4593408. OLE color: 4593408.
HSL color Cylindrical-coordinate representation of color #001746: hue angle of 220.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001746 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 23 | 70 | - |
| CMYK | 1 | 0.67 | 0 | 0.73 |
| HSL | 220.29º | 1% | 0.14% | - |
| HSV(B) | 220.29º | 1% | 0.27% | - |
| XYZ | 1.41 | 1.05 | 5.92 | - |
| YUV | 21.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 70 | 1 | 0.67 | 0 | 0.73 | 220.29 | 1 | 0.14 |
| Hex | 0 | 17 | 46 | 64 | 43 | 0 | 49 | DC | 64 | E |
| Octal | 0 | 27 | 106 | 144 | 103 | 0 | 111 | 334 | 144 | 16 |
| Binary | 0 | 10111 | 1000110 | 1100100 | 1000011 | 0 | 1001001 | 11011100 | 1100100 | 1110 |
Color Harmonies of #001746
Complementary color
Monochromatic Colors of #001746
Black with #001746
Text Example
Text Example
White with #001746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001746; }
p { color: rgb(0,23,70); }
H1.HeaderClassName
{
color: #001746;
}
.AnyTagClassName
{
color: #001746;
}
</style>
background-color css
<style>
a { background-color: #001746; }
a { background-color: rgb(0,23,70); }
div.DivClassName
{
background-color: #001746;
}
.BgClassName
{
background-color: #001746;
}
</style>
border-color css
<style>
span { border-color: #001746; }
span { border-color: rgb(0,23,70); }
td.TdClassName
{
border-color: #001746;
}
.TagClassName
{
border-color: #001746;
}
</style>