Shades of Sapphire #001946
Tints of Sapphire #001946
RGB
CMYK
RGB Variations
Color information
#001946 (or 0x001946) is known color: Sapphire. HEX triplet: 00, 19 and 46. RGB value is (0,25,70). Sum of RGB (Red+Green+Blue) = 0+25+70=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #001946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001946 is #FFE6B9. Grayscale: #161616. Windows color (decimal): -16770746 or 4593920. OLE color: 4593920.
HSL color Cylindrical-coordinate representation of color #001946: hue angle of 218.57º 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 #001946 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 25 | 70 | - |
| CMYK | 1 | 0.64 | 0 | 0.73 |
| HSL | 218.57º | 1% | 0.14% | - |
| HSV(B) | 218.57º | 1% | 0.27% | - |
| XYZ | 1.45 | 1.14 | 5.94 | - |
| YUV | 22.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 70 | 1 | 0.64 | 0 | 0.73 | 218.57 | 1 | 0.14 |
| Hex | 0 | 19 | 46 | 64 | 40 | 0 | 49 | DB | 64 | E |
| Octal | 0 | 31 | 106 | 144 | 100 | 0 | 111 | 333 | 144 | 16 |
| Binary | 0 | 11001 | 1000110 | 1100100 | 1000000 | 0 | 1001001 | 11011011 | 1100100 | 1110 |
Color Harmonies of #001946
Complementary color
Monochromatic Colors of #001946
Black with #001946
Text Example
Text Example
White with #001946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001946; }
p { color: rgb(0,25,70); }
H1.HeaderClassName
{
color: #001946;
}
.AnyTagClassName
{
color: #001946;
}
</style>
background-color css
<style>
a { background-color: #001946; }
a { background-color: rgb(0,25,70); }
div.DivClassName
{
background-color: #001946;
}
.BgClassName
{
background-color: #001946;
}
</style>
border-color css
<style>
span { border-color: #001946; }
span { border-color: rgb(0,25,70); }
td.TdClassName
{
border-color: #001946;
}
.TagClassName
{
border-color: #001946;
}
</style>