Shades of Sapphire #001549
Tints of Sapphire #001549
RGB
CMYK
RGB Variations
Color information
#001549 (or 0x001549) is known color: Sapphire. HEX triplet: 00, 15 and 49. RGB value is (0,21,73). Sum of RGB (Red+Green+Blue) = 0+21+73=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #001549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001549 is #FFEAB6. Grayscale: #141414. Windows color (decimal): -16771767 or 4789504. OLE color: 4789504.
HSL color Cylindrical-coordinate representation of color #001549: hue angle of 222.74º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001549 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 21 | 73 | - |
| CMYK | 1 | 0.71 | 0 | 0.71 |
| HSL | 222.74º | 1% | 0.14% | - |
| HSV(B) | 222.74º | 1% | 0.29% | - |
| XYZ | 1.47 | 1.02 | 6.42 | - |
| YUV | 20.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 73 | 1 | 0.71 | 0 | 0.71 | 222.74 | 1 | 0.14 |
| Hex | 0 | 15 | 49 | 64 | 47 | 0 | 47 | DF | 64 | E |
| Octal | 0 | 25 | 111 | 144 | 107 | 0 | 107 | 337 | 144 | 16 |
| Binary | 0 | 10101 | 1001001 | 1100100 | 1000111 | 0 | 1000111 | 11011111 | 1100100 | 1110 |
Color Harmonies of #001549
Complementary color
Monochromatic Colors of #001549
Black with #001549
Text Example
Text Example
White with #001549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001549; }
p { color: rgb(0,21,73); }
H1.HeaderClassName
{
color: #001549;
}
.AnyTagClassName
{
color: #001549;
}
</style>
background-color css
<style>
a { background-color: #001549; }
a { background-color: rgb(0,21,73); }
div.DivClassName
{
background-color: #001549;
}
.BgClassName
{
background-color: #001549;
}
</style>
border-color css
<style>
span { border-color: #001549; }
span { border-color: rgb(0,21,73); }
td.TdClassName
{
border-color: #001549;
}
.TagClassName
{
border-color: #001549;
}
</style>