Shades of Sapphire #01134D
Tints of Sapphire #01134D
RGB
CMYK
RGB Variations
Color information
#01134D (or 0x01134D) is known color: Sapphire. HEX triplet: 01, 13 and 4D. RGB value is (1,19,77). Sum of RGB (Red+Green+Blue) = 1+19+77=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #01134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01134D is #FEECB2. Grayscale: #131313. Windows color (decimal): -16706739 or 5051137. OLE color: 5051137.
HSL color Cylindrical-coordinate representation of color #01134D: hue angle of 225.79º 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 #01134D is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 19 | 77 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.70 |
| HSL | 225.79º | 0.97% | 0.15% | - |
| HSV(B) | 225.79º | 0.99% | 0.3% | - |
| XYZ | 1.58 | 1.01 | 7.13 | - |
| YUV | 20.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 77 | 0.99 | 0.75 | 0 | 0.70 | 225.79 | 0.97 | 0.15 |
| Hex | 1 | 13 | 4D | 63 | 4B | 0 | 46 | E2 | 61 | F |
| Octal | 1 | 23 | 115 | 143 | 113 | 0 | 106 | 342 | 141 | 17 |
| Binary | 1 | 10011 | 1001101 | 1100011 | 1001011 | 0 | 1000110 | 11100010 | 1100001 | 1111 |
Color Harmonies of #01134D
Complementary color
Monochromatic Colors of #01134D
Black with #01134D
Text Example
Text Example
White with #01134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01134D; }
p { color: rgb(1,19,77); }
H1.HeaderClassName
{
color: #01134D;
}
.AnyTagClassName
{
color: #01134D;
}
</style>
background-color css
<style>
a { background-color: #01134D; }
a { background-color: rgb(1,19,77); }
div.DivClassName
{
background-color: #01134D;
}
.BgClassName
{
background-color: #01134D;
}
</style>
border-color css
<style>
span { border-color: #01134D; }
span { border-color: rgb(1,19,77); }
td.TdClassName
{
border-color: #01134D;
}
.TagClassName
{
border-color: #01134D;
}
</style>