Shades of Sapphire #001473
Tints of Sapphire #001473
RGB
CMYK
RGB Variations
Color information
#001473 (or 0x001473) is known color: Sapphire. HEX triplet: 00, 14 and 73. RGB value is (0,20,115). Sum of RGB (Red+Green+Blue) = 0+20+115=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #001473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001473 is #FFEB8C. Grayscale: #181818. Windows color (decimal): -16771981 or 7541760. OLE color: 7541760.
HSL color Cylindrical-coordinate representation of color #001473: hue angle of 229.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001473 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 20 | 115 | - |
| CMYK | 1 | 0.83 | 0 | 0.55 |
| HSL | 229.57º | 1% | 0.23% | - |
| HSV(B) | 229.57º | 1% | 0.45% | - |
| XYZ | 3.34 | 1.74 | 16.38 | - |
| YUV | 24.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 115 | 1 | 0.83 | 0 | 0.55 | 229.57 | 1 | 0.23 |
| Hex | 0 | 14 | 73 | 64 | 53 | 0 | 37 | E6 | 64 | 17 |
| Octal | 0 | 24 | 163 | 144 | 123 | 0 | 67 | 346 | 144 | 27 |
| Binary | 0 | 10100 | 1110011 | 1100100 | 1010011 | 0 | 110111 | 11100110 | 1100100 | 10111 |
Color Harmonies of #001473
Complementary color
Monochromatic Colors of #001473
Black with #001473
Text Example
Text Example
White with #001473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001473; }
p { color: rgb(0,20,115); }
H1.HeaderClassName
{
color: #001473;
}
.AnyTagClassName
{
color: #001473;
}
</style>
background-color css
<style>
a { background-color: #001473; }
a { background-color: rgb(0,20,115); }
div.DivClassName
{
background-color: #001473;
}
.BgClassName
{
background-color: #001473;
}
</style>
border-color css
<style>
span { border-color: #001473; }
span { border-color: rgb(0,20,115); }
td.TdClassName
{
border-color: #001473;
}
.TagClassName
{
border-color: #001473;
}
</style>