Shades of Sapphire #01144D
Tints of Sapphire #01144D
RGB
CMYK
RGB Variations
Color information
#01144D (or 0x01144D) is known color: Sapphire. HEX triplet: 01, 14 and 4D. RGB value is (1,20,77). Sum of RGB (Red+Green+Blue) = 1+20+77=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #01144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01144D is #FEEBB2. Grayscale: #141414. Windows color (decimal): -16706483 or 5051393. OLE color: 5051393.
HSL color Cylindrical-coordinate representation of color #01144D: hue angle of 225º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01144D is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 20 | 77 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.70 |
| HSL | 225º | 0.97% | 0.15% | - |
| HSV(B) | 225º | 0.99% | 0.3% | - |
| XYZ | 1.6 | 1.04 | 7.14 | - |
| YUV | 20.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 77 | 0.99 | 0.74 | 0 | 0.70 | 225 | 0.97 | 0.15 |
| Hex | 1 | 14 | 4D | 63 | 4A | 0 | 46 | E1 | 61 | F |
| Octal | 1 | 24 | 115 | 143 | 112 | 0 | 106 | 341 | 141 | 17 |
| Binary | 1 | 10100 | 1001101 | 1100011 | 1001010 | 0 | 1000110 | 11100001 | 1100001 | 1111 |
Color Harmonies of #01144D
Complementary color
Monochromatic Colors of #01144D
Black with #01144D
Text Example
Text Example
White with #01144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01144D; }
p { color: rgb(1,20,77); }
H1.HeaderClassName
{
color: #01144D;
}
.AnyTagClassName
{
color: #01144D;
}
</style>
background-color css
<style>
a { background-color: #01144D; }
a { background-color: rgb(1,20,77); }
div.DivClassName
{
background-color: #01144D;
}
.BgClassName
{
background-color: #01144D;
}
</style>
border-color css
<style>
span { border-color: #01144D; }
span { border-color: rgb(1,20,77); }
td.TdClassName
{
border-color: #01144D;
}
.TagClassName
{
border-color: #01144D;
}
</style>