Shades of Sapphire #001846
Tints of Sapphire #001846
RGB
CMYK
RGB Variations
Color information
#001846 (or 0x001846) is known color: Sapphire. HEX triplet: 00, 18 and 46. RGB value is (0,24,70). Sum of RGB (Red+Green+Blue) = 0+24+70=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #001846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001846 is #FFE7B9. Grayscale: #151515. Windows color (decimal): -16771002 or 4593664. OLE color: 4593664.
HSL color Cylindrical-coordinate representation of color #001846: hue angle of 219.43º 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 #001846 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 24 | 70 | - |
| CMYK | 1 | 0.66 | 0 | 0.73 |
| HSL | 219.43º | 1% | 0.14% | - |
| HSV(B) | 219.43º | 1% | 0.27% | - |
| XYZ | 1.43 | 1.1 | 5.93 | - |
| YUV | 22.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 70 | 1 | 0.66 | 0 | 0.73 | 219.43 | 1 | 0.14 |
| Hex | 0 | 18 | 46 | 64 | 42 | 0 | 49 | DB | 64 | E |
| Octal | 0 | 30 | 106 | 144 | 102 | 0 | 111 | 333 | 144 | 16 |
| Binary | 0 | 11000 | 1000110 | 1100100 | 1000010 | 0 | 1001001 | 11011011 | 1100100 | 1110 |
Color Harmonies of #001846
Complementary color
Monochromatic Colors of #001846
Black with #001846
Text Example
Text Example
White with #001846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001846; }
p { color: rgb(0,24,70); }
H1.HeaderClassName
{
color: #001846;
}
.AnyTagClassName
{
color: #001846;
}
</style>
background-color css
<style>
a { background-color: #001846; }
a { background-color: rgb(0,24,70); }
div.DivClassName
{
background-color: #001846;
}
.BgClassName
{
background-color: #001846;
}
</style>
border-color css
<style>
span { border-color: #001846; }
span { border-color: rgb(0,24,70); }
td.TdClassName
{
border-color: #001846;
}
.TagClassName
{
border-color: #001846;
}
</style>