Shades of Sapphire #011D5B
Tints of Sapphire #011D5B
RGB
CMYK
RGB Variations
Color information
#011D5B (or 0x011D5B) is known color: Sapphire. HEX triplet: 01, 1D and 5B. RGB value is (1,29,91). Sum of RGB (Red+Green+Blue) = 1+29+91=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #011D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D5B is #FEE2A4. Grayscale: #1B1B1B. Windows color (decimal): -16704165 or 5971201. OLE color: 5971201.
HSL color Cylindrical-coordinate representation of color #011D5B: hue angle of 221.33º 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 #011D5B is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 29 | 91 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.64 |
| HSL | 221.33º | 0.98% | 0.18% | - |
| HSV(B) | 221.33º | 0.99% | 0.36% | - |
| XYZ | 2.34 | 1.64 | 10.09 | - |
| YUV | 27.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 91 | 0.99 | 0.68 | 0 | 0.64 | 221.33 | 0.98 | 0.18 |
| Hex | 1 | 1D | 5B | 63 | 44 | 0 | 40 | DD | 62 | 12 |
| Octal | 1 | 35 | 133 | 143 | 104 | 0 | 100 | 335 | 142 | 22 |
| Binary | 1 | 11101 | 1011011 | 1100011 | 1000100 | 0 | 1000000 | 11011101 | 1100010 | 10010 |
Color Harmonies of #011D5B
Complementary color
Monochromatic Colors of #011D5B
Black with #011D5B
Text Example
Text Example
White with #011D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D5B; }
p { color: rgb(1,29,91); }
H1.HeaderClassName
{
color: #011D5B;
}
.AnyTagClassName
{
color: #011D5B;
}
</style>
background-color css
<style>
a { background-color: #011D5B; }
a { background-color: rgb(1,29,91); }
div.DivClassName
{
background-color: #011D5B;
}
.BgClassName
{
background-color: #011D5B;
}
</style>
border-color css
<style>
span { border-color: #011D5B; }
span { border-color: rgb(1,29,91); }
td.TdClassName
{
border-color: #011D5B;
}
.TagClassName
{
border-color: #011D5B;
}
</style>