Shades of Sapphire #001745
Tints of Sapphire #001745
RGB
CMYK
RGB Variations
Color information
#001745 (or 0x001745) is known color: Sapphire. HEX triplet: 00, 17 and 45. RGB value is (0,23,69). Sum of RGB (Red+Green+Blue) = 0+23+69=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 69 (27.34% from 255 or 75% from 92); Max value from RGB is 69 - color contains mainly: blue. Hex color #001745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001745 is #FFE8BA. Grayscale: #151515. Windows color (decimal): -16771259 or 4527872. OLE color: 4527872.
HSL color Cylindrical-coordinate representation of color #001745: hue angle of 220º 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 #001745 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 23 | 69 | - |
| CMYK | 1 | 0.67 | 0 | 0.73 |
| HSL | 220º | 1% | 0.14% | - |
| HSV(B) | 220º | 1% | 0.27% | - |
| XYZ | 1.38 | 1.04 | 5.76 | - |
| YUV | 21.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 69 | 1 | 0.67 | 0 | 0.73 | 220 | 1 | 0.14 |
| Hex | 0 | 17 | 45 | 64 | 43 | 0 | 49 | DC | 64 | E |
| Octal | 0 | 27 | 105 | 144 | 103 | 0 | 111 | 334 | 144 | 16 |
| Binary | 0 | 10111 | 1000101 | 1100100 | 1000011 | 0 | 1001001 | 11011100 | 1100100 | 1110 |
Color Harmonies of #001745
Complementary color
Monochromatic Colors of #001745
Black with #001745
Text Example
Text Example
White with #001745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001745; }
p { color: rgb(0,23,69); }
H1.HeaderClassName
{
color: #001745;
}
.AnyTagClassName
{
color: #001745;
}
</style>
background-color css
<style>
a { background-color: #001745; }
a { background-color: rgb(0,23,69); }
div.DivClassName
{
background-color: #001745;
}
.BgClassName
{
background-color: #001745;
}
</style>
border-color css
<style>
span { border-color: #001745; }
span { border-color: rgb(0,23,69); }
td.TdClassName
{
border-color: #001745;
}
.TagClassName
{
border-color: #001745;
}
</style>