Shades of Sapphire #001373
Tints of Sapphire #001373
RGB
CMYK
RGB Variations
Color information
#001373 (or 0x001373) is known color: Sapphire. HEX triplet: 00, 13 and 73. RGB value is (0,19,115). Sum of RGB (Red+Green+Blue) = 0+19+115=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #001373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001373 is #FFEC8C. Grayscale: #171717. Windows color (decimal): -16772237 or 7541504. OLE color: 7541504.
HSL color Cylindrical-coordinate representation of color #001373: hue angle of 230.09º 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 #001373 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 19 | 115 | - |
| CMYK | 1 | 0.83 | 0 | 0.55 |
| HSL | 230.09º | 1% | 0.23% | - |
| HSV(B) | 230.09º | 1% | 0.45% | - |
| XYZ | 3.33 | 1.7 | 16.37 | - |
| YUV | 24.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 115 | 1 | 0.83 | 0 | 0.55 | 230.09 | 1 | 0.23 |
| Hex | 0 | 13 | 73 | 64 | 53 | 0 | 37 | E6 | 64 | 17 |
| Octal | 0 | 23 | 163 | 144 | 123 | 0 | 67 | 346 | 144 | 27 |
| Binary | 0 | 10011 | 1110011 | 1100100 | 1010011 | 0 | 110111 | 11100110 | 1100100 | 10111 |
Color Harmonies of #001373
Complementary color
Monochromatic Colors of #001373
Black with #001373
Text Example
Text Example
White with #001373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001373; }
p { color: rgb(0,19,115); }
H1.HeaderClassName
{
color: #001373;
}
.AnyTagClassName
{
color: #001373;
}
</style>
background-color css
<style>
a { background-color: #001373; }
a { background-color: rgb(0,19,115); }
div.DivClassName
{
background-color: #001373;
}
.BgClassName
{
background-color: #001373;
}
</style>
border-color css
<style>
span { border-color: #001373; }
span { border-color: rgb(0,19,115); }
td.TdClassName
{
border-color: #001373;
}
.TagClassName
{
border-color: #001373;
}
</style>