Shades of Sapphire #011D4D
Tints of Sapphire #011D4D
RGB
CMYK
RGB Variations
Color information
#011D4D (or 0x011D4D) is known color: Sapphire. HEX triplet: 01, 1D and 4D. RGB value is (1,29,77). Sum of RGB (Red+Green+Blue) = 1+29+77=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #011D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D4D is #FEE2B2. Grayscale: #191919. Windows color (decimal): -16704179 or 5053697. OLE color: 5053697.
HSL color Cylindrical-coordinate representation of color #011D4D: hue angle of 217.89º 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 #011D4D is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 29 | 77 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.70 |
| HSL | 217.89º | 0.97% | 0.15% | - |
| HSV(B) | 217.89º | 0.99% | 0.3% | - |
| XYZ | 1.79 | 1.42 | 7.2 | - |
| YUV | 26.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 77 | 0.99 | 0.62 | 0 | 0.70 | 217.89 | 0.97 | 0.15 |
| Hex | 1 | 1D | 4D | 63 | 3E | 0 | 46 | DA | 61 | F |
| Octal | 1 | 35 | 115 | 143 | 76 | 0 | 106 | 332 | 141 | 17 |
| Binary | 1 | 11101 | 1001101 | 1100011 | 111110 | 0 | 1000110 | 11011010 | 1100001 | 1111 |
Color Harmonies of #011D4D
Complementary color
Monochromatic Colors of #011D4D
Black with #011D4D
Text Example
Text Example
White with #011D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D4D; }
p { color: rgb(1,29,77); }
H1.HeaderClassName
{
color: #011D4D;
}
.AnyTagClassName
{
color: #011D4D;
}
</style>
background-color css
<style>
a { background-color: #011D4D; }
a { background-color: rgb(1,29,77); }
div.DivClassName
{
background-color: #011D4D;
}
.BgClassName
{
background-color: #011D4D;
}
</style>
border-color css
<style>
span { border-color: #011D4D; }
span { border-color: rgb(1,29,77); }
td.TdClassName
{
border-color: #011D4D;
}
.TagClassName
{
border-color: #011D4D;
}
</style>