Shades of Sapphire #001546
Tints of Sapphire #001546
RGB
CMYK
RGB Variations
Color information
#001546 (or 0x001546) is known color: Sapphire. HEX triplet: 00, 15 and 46. RGB value is (0,21,70). Sum of RGB (Red+Green+Blue) = 0+21+70=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #001546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001546 is #FFEAB9. Grayscale: #141414. Windows color (decimal): -16771770 or 4592896. OLE color: 4592896.
HSL color Cylindrical-coordinate representation of color #001546: hue angle of 222º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001546 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 21 | 70 | - |
| CMYK | 1 | 0.70 | 0 | 0.73 |
| HSL | 222º | 1% | 0.14% | - |
| HSV(B) | 222º | 1% | 0.27% | - |
| XYZ | 1.37 | 0.98 | 5.91 | - |
| YUV | 20.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 70 | 1 | 0.70 | 0 | 0.73 | 222 | 1 | 0.14 |
| Hex | 0 | 15 | 46 | 64 | 46 | 0 | 49 | DE | 64 | E |
| Octal | 0 | 25 | 106 | 144 | 106 | 0 | 111 | 336 | 144 | 16 |
| Binary | 0 | 10101 | 1000110 | 1100100 | 1000110 | 0 | 1001001 | 11011110 | 1100100 | 1110 |
Color Harmonies of #001546
Complementary color
Monochromatic Colors of #001546
Black with #001546
Text Example
Text Example
White with #001546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001546; }
p { color: rgb(0,21,70); }
H1.HeaderClassName
{
color: #001546;
}
.AnyTagClassName
{
color: #001546;
}
</style>
background-color css
<style>
a { background-color: #001546; }
a { background-color: rgb(0,21,70); }
div.DivClassName
{
background-color: #001546;
}
.BgClassName
{
background-color: #001546;
}
</style>
border-color css
<style>
span { border-color: #001546; }
span { border-color: rgb(0,21,70); }
td.TdClassName
{
border-color: #001546;
}
.TagClassName
{
border-color: #001546;
}
</style>