Shades of Sapphire #001973
Tints of Sapphire #001973
RGB
CMYK
RGB Variations
Color information
#001973 (or 0x001973) is known color: Sapphire. HEX triplet: 00, 19 and 73. RGB value is (0,25,115). Sum of RGB (Red+Green+Blue) = 0+25+115=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 115 (45.31% from 255 or 82.14% from 140); Max value from RGB is 115 - color contains mainly: blue. Hex color #001973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001973 is #FFE68C. Grayscale: #1B1B1B. Windows color (decimal): -16770701 or 7543040. OLE color: 7543040.
HSL color Cylindrical-coordinate representation of color #001973: hue angle of 226.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001973 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 25 | 115 | - |
| CMYK | 1 | 0.78 | 0 | 0.55 |
| HSL | 226.96º | 1% | 0.23% | - |
| HSV(B) | 226.96º | 1% | 0.45% | - |
| XYZ | 3.44 | 1.93 | 16.41 | - |
| YUV | 27.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 115 | 1 | 0.78 | 0 | 0.55 | 226.96 | 1 | 0.23 |
| Hex | 0 | 19 | 73 | 64 | 4E | 0 | 37 | E3 | 64 | 17 |
| Octal | 0 | 31 | 163 | 144 | 116 | 0 | 67 | 343 | 144 | 27 |
| Binary | 0 | 11001 | 1110011 | 1100100 | 1001110 | 0 | 110111 | 11100011 | 1100100 | 10111 |
Color Harmonies of #001973
Complementary color
Monochromatic Colors of #001973
Black with #001973
Text Example
Text Example
White with #001973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001973; }
p { color: rgb(0,25,115); }
H1.HeaderClassName
{
color: #001973;
}
.AnyTagClassName
{
color: #001973;
}
</style>
background-color css
<style>
a { background-color: #001973; }
a { background-color: rgb(0,25,115); }
div.DivClassName
{
background-color: #001973;
}
.BgClassName
{
background-color: #001973;
}
</style>
border-color css
<style>
span { border-color: #001973; }
span { border-color: rgb(0,25,115); }
td.TdClassName
{
border-color: #001973;
}
.TagClassName
{
border-color: #001973;
}
</style>