Shades of Sapphire #011D55
Tints of Sapphire #011D55
RGB
CMYK
RGB Variations
Color information
#011D55 (or 0x011D55) is known color: Sapphire. HEX triplet: 01, 1D and 55. RGB value is (1,29,85). Sum of RGB (Red+Green+Blue) = 1+29+85=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #011D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D55 is #FEE2AA. Grayscale: #1A1A1A. Windows color (decimal): -16704171 or 5577985. OLE color: 5577985.
HSL color Cylindrical-coordinate representation of color #011D55: hue angle of 220º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D55 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 29 | 85 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.67 |
| HSL | 220º | 0.98% | 0.17% | - |
| HSV(B) | 220º | 0.99% | 0.33% | - |
| XYZ | 2.09 | 1.54 | 8.78 | - |
| YUV | 27.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 85 | 0.99 | 0.66 | 0 | 0.67 | 220 | 0.98 | 0.17 |
| Hex | 1 | 1D | 55 | 63 | 42 | 0 | 43 | DC | 62 | 11 |
| Octal | 1 | 35 | 125 | 143 | 102 | 0 | 103 | 334 | 142 | 21 |
| Binary | 1 | 11101 | 1010101 | 1100011 | 1000010 | 0 | 1000011 | 11011100 | 1100010 | 10001 |
Color Harmonies of #011D55
Complementary color
Monochromatic Colors of #011D55
Black with #011D55
Text Example
Text Example
White with #011D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D55; }
p { color: rgb(1,29,85); }
H1.HeaderClassName
{
color: #011D55;
}
.AnyTagClassName
{
color: #011D55;
}
</style>
background-color css
<style>
a { background-color: #011D55; }
a { background-color: rgb(1,29,85); }
div.DivClassName
{
background-color: #011D55;
}
.BgClassName
{
background-color: #011D55;
}
</style>
border-color css
<style>
span { border-color: #011D55; }
span { border-color: rgb(1,29,85); }
td.TdClassName
{
border-color: #011D55;
}
.TagClassName
{
border-color: #011D55;
}
</style>