Shades of Sapphire #01135D
Tints of Sapphire #01135D
RGB
CMYK
RGB Variations
Color information
#01135D (or 0x01135D) is known color: Sapphire. HEX triplet: 01, 13 and 5D. RGB value is (1,19,93). Sum of RGB (Red+Green+Blue) = 1+19+93=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #01135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01135D is #FEECA2. Grayscale: #151515. Windows color (decimal): -16706723 or 6099713. OLE color: 6099713.
HSL color Cylindrical-coordinate representation of color #01135D: hue angle of 228.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01135D is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 19 | 93 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.64 |
| HSL | 228.26º | 0.98% | 0.18% | - |
| HSV(B) | 228.26º | 0.99% | 0.36% | - |
| XYZ | 2.22 | 1.26 | 10.48 | - |
| YUV | 22.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 93 | 0.99 | 0.80 | 0 | 0.64 | 228.26 | 0.98 | 0.18 |
| Hex | 1 | 13 | 5D | 63 | 50 | 0 | 40 | E4 | 62 | 12 |
| Octal | 1 | 23 | 135 | 143 | 120 | 0 | 100 | 344 | 142 | 22 |
| Binary | 1 | 10011 | 1011101 | 1100011 | 1010000 | 0 | 1000000 | 11100100 | 1100010 | 10010 |
Color Harmonies of #01135D
Complementary color
Monochromatic Colors of #01135D
Black with #01135D
Text Example
Text Example
White with #01135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01135D; }
p { color: rgb(1,19,93); }
H1.HeaderClassName
{
color: #01135D;
}
.AnyTagClassName
{
color: #01135D;
}
</style>
background-color css
<style>
a { background-color: #01135D; }
a { background-color: rgb(1,19,93); }
div.DivClassName
{
background-color: #01135D;
}
.BgClassName
{
background-color: #01135D;
}
</style>
border-color css
<style>
span { border-color: #01135D; }
span { border-color: rgb(1,19,93); }
td.TdClassName
{
border-color: #01135D;
}
.TagClassName
{
border-color: #01135D;
}
</style>