Shades of Sapphire #01164E
Tints of Sapphire #01164E
RGB
CMYK
RGB Variations
Color information
#01164E (or 0x01164E) is known color: Sapphire. HEX triplet: 01, 16 and 4E. RGB value is (1,22,78). Sum of RGB (Red+Green+Blue) = 1+22+78=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #01164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01164E is #FEE9B1. Grayscale: #151515. Windows color (decimal): -16705970 or 5117441. OLE color: 5117441.
HSL color Cylindrical-coordinate representation of color #01164E: hue angle of 223.64º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01164E is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 22 | 78 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.69 |
| HSL | 223.64º | 0.97% | 0.15% | - |
| HSV(B) | 223.64º | 0.99% | 0.31% | - |
| XYZ | 1.67 | 1.13 | 7.34 | - |
| YUV | 22.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 78 | 0.99 | 0.72 | 0 | 0.69 | 223.64 | 0.97 | 0.15 |
| Hex | 1 | 16 | 4E | 63 | 48 | 0 | 45 | E0 | 61 | F |
| Octal | 1 | 26 | 116 | 143 | 110 | 0 | 105 | 340 | 141 | 17 |
| Binary | 1 | 10110 | 1001110 | 1100011 | 1001000 | 0 | 1000101 | 11100000 | 1100001 | 1111 |
Color Harmonies of #01164E
Complementary color
Monochromatic Colors of #01164E
Black with #01164E
Text Example
Text Example
White with #01164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01164E; }
p { color: rgb(1,22,78); }
H1.HeaderClassName
{
color: #01164E;
}
.AnyTagClassName
{
color: #01164E;
}
</style>
background-color css
<style>
a { background-color: #01164E; }
a { background-color: rgb(1,22,78); }
div.DivClassName
{
background-color: #01164E;
}
.BgClassName
{
background-color: #01164E;
}
</style>
border-color css
<style>
span { border-color: #01164E; }
span { border-color: rgb(1,22,78); }
td.TdClassName
{
border-color: #01164E;
}
.TagClassName
{
border-color: #01164E;
}
</style>