Shades of Sapphire #001645
Tints of Sapphire #001645
RGB
CMYK
RGB Variations
Color information
#001645 (or 0x001645) is known color: Sapphire. HEX triplet: 00, 16 and 45. RGB value is (0,22,69). Sum of RGB (Red+Green+Blue) = 0+22+69=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 69 (27.34% from 255 or 75.82% from 91); Max value from RGB is 69 - color contains mainly: blue. Hex color #001645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001645 is #FFE9BA. Grayscale: #141414. Windows color (decimal): -16771515 or 4527616. OLE color: 4527616.
HSL color Cylindrical-coordinate representation of color #001645: hue angle of 220.87º 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 #001645 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 22 | 69 | - |
| CMYK | 1 | 0.68 | 0 | 0.73 |
| HSL | 220.87º | 1% | 0.14% | - |
| HSV(B) | 220.87º | 1% | 0.27% | - |
| XYZ | 1.36 | 1 | 5.75 | - |
| YUV | 20.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 69 | 1 | 0.68 | 0 | 0.73 | 220.87 | 1 | 0.14 |
| Hex | 0 | 16 | 45 | 64 | 44 | 0 | 49 | DD | 64 | E |
| Octal | 0 | 26 | 105 | 144 | 104 | 0 | 111 | 335 | 144 | 16 |
| Binary | 0 | 10110 | 1000101 | 1100100 | 1000100 | 0 | 1001001 | 11011101 | 1100100 | 1110 |
Color Harmonies of #001645
Complementary color
Monochromatic Colors of #001645
Black with #001645
Text Example
Text Example
White with #001645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001645; }
p { color: rgb(0,22,69); }
H1.HeaderClassName
{
color: #001645;
}
.AnyTagClassName
{
color: #001645;
}
</style>
background-color css
<style>
a { background-color: #001645; }
a { background-color: rgb(0,22,69); }
div.DivClassName
{
background-color: #001645;
}
.BgClassName
{
background-color: #001645;
}
</style>
border-color css
<style>
span { border-color: #001645; }
span { border-color: rgb(0,22,69); }
td.TdClassName
{
border-color: #001645;
}
.TagClassName
{
border-color: #001645;
}
</style>