Shades of Sapphire #011D5D
Tints of Sapphire #011D5D
RGB
CMYK
RGB Variations
Color information
#011D5D (or 0x011D5D) is known color: Sapphire. HEX triplet: 01, 1D and 5D. RGB value is (1,29,93). Sum of RGB (Red+Green+Blue) = 1+29+93=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #011D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D5D is #FEE2A2. Grayscale: #1B1B1B. Windows color (decimal): -16704163 or 6102273. OLE color: 6102273.
HSL color Cylindrical-coordinate representation of color #011D5D: hue angle of 221.74º 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 #011D5D is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 29 | 93 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.64 |
| HSL | 221.74º | 0.98% | 0.18% | - |
| HSV(B) | 221.74º | 0.99% | 0.36% | - |
| XYZ | 2.43 | 1.68 | 10.55 | - |
| YUV | 27.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 93 | 0.99 | 0.69 | 0 | 0.64 | 221.74 | 0.98 | 0.18 |
| Hex | 1 | 1D | 5D | 63 | 45 | 0 | 40 | DE | 62 | 12 |
| Octal | 1 | 35 | 135 | 143 | 105 | 0 | 100 | 336 | 142 | 22 |
| Binary | 1 | 11101 | 1011101 | 1100011 | 1000101 | 0 | 1000000 | 11011110 | 1100010 | 10010 |
Color Harmonies of #011D5D
Complementary color
Monochromatic Colors of #011D5D
Black with #011D5D
Text Example
Text Example
White with #011D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D5D; }
p { color: rgb(1,29,93); }
H1.HeaderClassName
{
color: #011D5D;
}
.AnyTagClassName
{
color: #011D5D;
}
</style>
background-color css
<style>
a { background-color: #011D5D; }
a { background-color: rgb(1,29,93); }
div.DivClassName
{
background-color: #011D5D;
}
.BgClassName
{
background-color: #011D5D;
}
</style>
border-color css
<style>
span { border-color: #011D5D; }
span { border-color: rgb(1,29,93); }
td.TdClassName
{
border-color: #011D5D;
}
.TagClassName
{
border-color: #011D5D;
}
</style>