Shades of Sapphire #001673
Tints of Sapphire #001673
RGB
CMYK
RGB Variations
Color information
#001673 (or 0x001673) is known color: Sapphire. HEX triplet: 00, 16 and 73. RGB value is (0,22,115). Sum of RGB (Red+Green+Blue) = 0+22+115=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #001673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001673 is #FFE98C. Grayscale: #191919. Windows color (decimal): -16771469 or 7542272. OLE color: 7542272.
HSL color Cylindrical-coordinate representation of color #001673: hue angle of 228.52º 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 #001673 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 22 | 115 | - |
| CMYK | 1 | 0.81 | 0 | 0.55 |
| HSL | 228.52º | 1% | 0.23% | - |
| HSV(B) | 228.52º | 1% | 0.45% | - |
| XYZ | 3.38 | 1.81 | 16.39 | - |
| YUV | 26.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 115 | 1 | 0.81 | 0 | 0.55 | 228.52 | 1 | 0.23 |
| Hex | 0 | 16 | 73 | 64 | 51 | 0 | 37 | E5 | 64 | 17 |
| Octal | 0 | 26 | 163 | 144 | 121 | 0 | 67 | 345 | 144 | 27 |
| Binary | 0 | 10110 | 1110011 | 1100100 | 1010001 | 0 | 110111 | 11100101 | 1100100 | 10111 |
Color Harmonies of #001673
Complementary color
Monochromatic Colors of #001673
Black with #001673
Text Example
Text Example
White with #001673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001673; }
p { color: rgb(0,22,115); }
H1.HeaderClassName
{
color: #001673;
}
.AnyTagClassName
{
color: #001673;
}
</style>
background-color css
<style>
a { background-color: #001673; }
a { background-color: rgb(0,22,115); }
div.DivClassName
{
background-color: #001673;
}
.BgClassName
{
background-color: #001673;
}
</style>
border-color css
<style>
span { border-color: #001673; }
span { border-color: rgb(0,22,115); }
td.TdClassName
{
border-color: #001673;
}
.TagClassName
{
border-color: #001673;
}
</style>