Shades of Sapphire #001347
Tints of Sapphire #001347
RGB
CMYK
RGB Variations
Color information
#001347 (or 0x001347) is known color: Sapphire. HEX triplet: 00, 13 and 47. RGB value is (0,19,71). Sum of RGB (Red+Green+Blue) = 0+19+71=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #001347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001347 is #FFECB8. Grayscale: #131313. Windows color (decimal): -16772281 or 4657920. OLE color: 4657920.
HSL color Cylindrical-coordinate representation of color #001347: hue angle of 223.94º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001347 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 19 | 71 | - |
| CMYK | 1 | 0.73 | 0 | 0.72 |
| HSL | 223.94º | 1% | 0.14% | - |
| HSV(B) | 223.94º | 1% | 0.28% | - |
| XYZ | 1.37 | 0.92 | 6.07 | - |
| YUV | 19.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 71 | 1 | 0.73 | 0 | 0.72 | 223.94 | 1 | 0.14 |
| Hex | 0 | 13 | 47 | 64 | 49 | 0 | 48 | E0 | 64 | E |
| Octal | 0 | 23 | 107 | 144 | 111 | 0 | 110 | 340 | 144 | 16 |
| Binary | 0 | 10011 | 1000111 | 1100100 | 1001001 | 0 | 1001000 | 11100000 | 1100100 | 1110 |
Color Harmonies of #001347
Complementary color
Monochromatic Colors of #001347
Black with #001347
Text Example
Text Example
White with #001347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001347; }
p { color: rgb(0,19,71); }
H1.HeaderClassName
{
color: #001347;
}
.AnyTagClassName
{
color: #001347;
}
</style>
background-color css
<style>
a { background-color: #001347; }
a { background-color: rgb(0,19,71); }
div.DivClassName
{
background-color: #001347;
}
.BgClassName
{
background-color: #001347;
}
</style>
border-color css
<style>
span { border-color: #001347; }
span { border-color: rgb(0,19,71); }
td.TdClassName
{
border-color: #001347;
}
.TagClassName
{
border-color: #001347;
}
</style>