Shades of Sapphire #001547
Tints of Sapphire #001547
RGB
CMYK
RGB Variations
Color information
#001547 (or 0x001547) is known color: Sapphire. HEX triplet: 00, 15 and 47. RGB value is (0,21,71). Sum of RGB (Red+Green+Blue) = 0+21+71=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #001547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001547 is #FFEAB8. Grayscale: #141414. Windows color (decimal): -16771769 or 4658432. OLE color: 4658432.
HSL color Cylindrical-coordinate representation of color #001547: hue angle of 222.25º 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 #001547 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 21 | 71 | - |
| CMYK | 1 | 0.70 | 0 | 0.72 |
| HSL | 222.25º | 1% | 0.14% | - |
| HSV(B) | 222.25º | 1% | 0.28% | - |
| XYZ | 1.41 | 0.99 | 6.08 | - |
| YUV | 20.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 71 | 1 | 0.70 | 0 | 0.72 | 222.25 | 1 | 0.14 |
| Hex | 0 | 15 | 47 | 64 | 46 | 0 | 48 | DE | 64 | E |
| Octal | 0 | 25 | 107 | 144 | 106 | 0 | 110 | 336 | 144 | 16 |
| Binary | 0 | 10101 | 1000111 | 1100100 | 1000110 | 0 | 1001000 | 11011110 | 1100100 | 1110 |
Color Harmonies of #001547
Complementary color
Monochromatic Colors of #001547
Black with #001547
Text Example
Text Example
White with #001547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001547; }
p { color: rgb(0,21,71); }
H1.HeaderClassName
{
color: #001547;
}
.AnyTagClassName
{
color: #001547;
}
</style>
background-color css
<style>
a { background-color: #001547; }
a { background-color: rgb(0,21,71); }
div.DivClassName
{
background-color: #001547;
}
.BgClassName
{
background-color: #001547;
}
</style>
border-color css
<style>
span { border-color: #001547; }
span { border-color: rgb(0,21,71); }
td.TdClassName
{
border-color: #001547;
}
.TagClassName
{
border-color: #001547;
}
</style>