Shades of Sapphire #011350
Tints of Sapphire #011350
RGB
CMYK
RGB Variations
Color information
#011350 (or 0x011350) is known color: Sapphire. HEX triplet: 01, 13 and 50. RGB value is (1,19,80). Sum of RGB (Red+Green+Blue) = 1+19+80=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #011350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011350 is #FEECAF. Grayscale: #141414. Windows color (decimal): -16706736 or 5247745. OLE color: 5247745.
HSL color Cylindrical-coordinate representation of color #011350: hue angle of 226.33º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011350 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 19 | 80 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.69 |
| HSL | 226.33º | 0.98% | 0.16% | - |
| HSV(B) | 226.33º | 0.99% | 0.31% | - |
| XYZ | 1.69 | 1.05 | 7.7 | - |
| YUV | 20.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 80 | 0.99 | 0.76 | 0 | 0.69 | 226.33 | 0.98 | 0.16 |
| Hex | 1 | 13 | 50 | 63 | 4C | 0 | 45 | E2 | 62 | 10 |
| Octal | 1 | 23 | 120 | 143 | 114 | 0 | 105 | 342 | 142 | 20 |
| Binary | 1 | 10011 | 1010000 | 1100011 | 1001100 | 0 | 1000101 | 11100010 | 1100010 | 10000 |
Color Harmonies of #011350
Complementary color
Monochromatic Colors of #011350
Black with #011350
Text Example
Text Example
White with #011350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011350; }
p { color: rgb(1,19,80); }
H1.HeaderClassName
{
color: #011350;
}
.AnyTagClassName
{
color: #011350;
}
</style>
background-color css
<style>
a { background-color: #011350; }
a { background-color: rgb(1,19,80); }
div.DivClassName
{
background-color: #011350;
}
.BgClassName
{
background-color: #011350;
}
</style>
border-color css
<style>
span { border-color: #011350; }
span { border-color: rgb(1,19,80); }
td.TdClassName
{
border-color: #011350;
}
.TagClassName
{
border-color: #011350;
}
</style>