Shades of Sapphire #011D61
Tints of Sapphire #011D61
RGB
CMYK
RGB Variations
Color information
#011D61 (or 0x011D61) is known color: Sapphire. HEX triplet: 01, 1D and 61. RGB value is (1,29,97). Sum of RGB (Red+Green+Blue) = 1+29+97=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #011D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D61 is #FEE29E. Grayscale: #1C1C1C. Windows color (decimal): -16704159 or 6364417. OLE color: 6364417.
HSL color Cylindrical-coordinate representation of color #011D61: hue angle of 222.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D61 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 29 | 97 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.62 |
| HSL | 222.5º | 0.98% | 0.19% | - |
| HSV(B) | 222.5º | 0.99% | 0.38% | - |
| XYZ | 2.61 | 1.75 | 11.51 | - |
| YUV | 28.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 97 | 0.99 | 0.70 | 0 | 0.62 | 222.5 | 0.98 | 0.19 |
| Hex | 1 | 1D | 61 | 63 | 46 | 0 | 3E | DE | 62 | 13 |
| Octal | 1 | 35 | 141 | 143 | 106 | 0 | 76 | 336 | 142 | 23 |
| Binary | 1 | 11101 | 1100001 | 1100011 | 1000110 | 0 | 111110 | 11011110 | 1100010 | 10011 |
Color Harmonies of #011D61
Complementary color
Monochromatic Colors of #011D61
Black with #011D61
Text Example
Text Example
White with #011D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D61; }
p { color: rgb(1,29,97); }
H1.HeaderClassName
{
color: #011D61;
}
.AnyTagClassName
{
color: #011D61;
}
</style>
background-color css
<style>
a { background-color: #011D61; }
a { background-color: rgb(1,29,97); }
div.DivClassName
{
background-color: #011D61;
}
.BgClassName
{
background-color: #011D61;
}
</style>
border-color css
<style>
span { border-color: #011D61; }
span { border-color: rgb(1,29,97); }
td.TdClassName
{
border-color: #011D61;
}
.TagClassName
{
border-color: #011D61;
}
</style>