Shades of Sapphire #00164D
Tints of Sapphire #00164D
RGB
CMYK
RGB Variations
Color information
#00164D (or 0x00164D) is known color: Sapphire. HEX triplet: 00, 16 and 4D. RGB value is (0,22,77). Sum of RGB (Red+Green+Blue) = 0+22+77=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #00164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00164D is #FFE9B2. Grayscale: #151515. Windows color (decimal): -16771507 or 5051904. OLE color: 5051904.
HSL color Cylindrical-coordinate representation of color #00164D: hue angle of 222.86º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00164D is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 22 | 77 | - |
| CMYK | 1 | 0.71 | 0 | 0.70 |
| HSL | 222.86º | 1% | 0.15% | - |
| HSV(B) | 222.86º | 1% | 0.3% | - |
| XYZ | 1.63 | 1.11 | 7.15 | - |
| YUV | 21.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 77 | 1 | 0.71 | 0 | 0.70 | 222.86 | 1 | 0.15 |
| Hex | 0 | 16 | 4D | 64 | 47 | 0 | 46 | DF | 64 | F |
| Octal | 0 | 26 | 115 | 144 | 107 | 0 | 106 | 337 | 144 | 17 |
| Binary | 0 | 10110 | 1001101 | 1100100 | 1000111 | 0 | 1000110 | 11011111 | 1100100 | 1111 |
Color Harmonies of #00164D
Complementary color
Monochromatic Colors of #00164D
Black with #00164D
Text Example
Text Example
White with #00164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00164D; }
p { color: rgb(0,22,77); }
H1.HeaderClassName
{
color: #00164D;
}
.AnyTagClassName
{
color: #00164D;
}
</style>
background-color css
<style>
a { background-color: #00164D; }
a { background-color: rgb(0,22,77); }
div.DivClassName
{
background-color: #00164D;
}
.BgClassName
{
background-color: #00164D;
}
</style>
border-color css
<style>
span { border-color: #00164D; }
span { border-color: rgb(0,22,77); }
td.TdClassName
{
border-color: #00164D;
}
.TagClassName
{
border-color: #00164D;
}
</style>