Shades of Sapphire #001447
Tints of Sapphire #001447
RGB
CMYK
RGB Variations
Color information
#001447 (or 0x001447) is known color: Sapphire. HEX triplet: 00, 14 and 47. RGB value is (0,20,71). Sum of RGB (Red+Green+Blue) = 0+20+71=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #001447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001447 is #FFEBB8. Grayscale: #131313. Windows color (decimal): -16772025 or 4658176. OLE color: 4658176.
HSL color Cylindrical-coordinate representation of color #001447: hue angle of 223.1º 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 #001447 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 20 | 71 | - |
| CMYK | 1 | 0.72 | 0 | 0.72 |
| HSL | 223.1º | 1% | 0.14% | - |
| HSV(B) | 223.1º | 1% | 0.28% | - |
| XYZ | 1.39 | 0.96 | 6.07 | - |
| YUV | 19.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 71 | 1 | 0.72 | 0 | 0.72 | 223.1 | 1 | 0.14 |
| Hex | 0 | 14 | 47 | 64 | 48 | 0 | 48 | DF | 64 | E |
| Octal | 0 | 24 | 107 | 144 | 110 | 0 | 110 | 337 | 144 | 16 |
| Binary | 0 | 10100 | 1000111 | 1100100 | 1001000 | 0 | 1001000 | 11011111 | 1100100 | 1110 |
Color Harmonies of #001447
Complementary color
Monochromatic Colors of #001447
Black with #001447
Text Example
Text Example
White with #001447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001447; }
p { color: rgb(0,20,71); }
H1.HeaderClassName
{
color: #001447;
}
.AnyTagClassName
{
color: #001447;
}
</style>
background-color css
<style>
a { background-color: #001447; }
a { background-color: rgb(0,20,71); }
div.DivClassName
{
background-color: #001447;
}
.BgClassName
{
background-color: #001447;
}
</style>
border-color css
<style>
span { border-color: #001447; }
span { border-color: rgb(0,20,71); }
td.TdClassName
{
border-color: #001447;
}
.TagClassName
{
border-color: #001447;
}
</style>