Shades of Sapphire #011353
Tints of Sapphire #011353
RGB
CMYK
RGB Variations
Color information
#011353 (or 0x011353) is known color: Sapphire. HEX triplet: 01, 13 and 53. RGB value is (1,19,83). Sum of RGB (Red+Green+Blue) = 1+19+83=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 83 (32.81% from 255 or 80.58% from 103); Max value from RGB is 83 - color contains mainly: blue. Hex color #011353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011353 is #FEECAC. Grayscale: #141414. Windows color (decimal): -16706733 or 5444353. OLE color: 5444353.
HSL color Cylindrical-coordinate representation of color #011353: hue angle of 226.83º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011353 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 19 | 83 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.67 |
| HSL | 226.83º | 0.98% | 0.16% | - |
| HSV(B) | 226.83º | 0.99% | 0.33% | - |
| XYZ | 1.81 | 1.1 | 8.3 | - |
| YUV | 20.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 83 | 0.99 | 0.77 | 0 | 0.67 | 226.83 | 0.98 | 0.16 |
| Hex | 1 | 13 | 53 | 63 | 4D | 0 | 43 | E3 | 62 | 10 |
| Octal | 1 | 23 | 123 | 143 | 115 | 0 | 103 | 343 | 142 | 20 |
| Binary | 1 | 10011 | 1010011 | 1100011 | 1001101 | 0 | 1000011 | 11100011 | 1100010 | 10000 |
Color Harmonies of #011353
Complementary color
Monochromatic Colors of #011353
Black with #011353
Text Example
Text Example
White with #011353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011353; }
p { color: rgb(1,19,83); }
H1.HeaderClassName
{
color: #011353;
}
.AnyTagClassName
{
color: #011353;
}
</style>
background-color css
<style>
a { background-color: #011353; }
a { background-color: rgb(1,19,83); }
div.DivClassName
{
background-color: #011353;
}
.BgClassName
{
background-color: #011353;
}
</style>
border-color css
<style>
span { border-color: #011353; }
span { border-color: rgb(1,19,83); }
td.TdClassName
{
border-color: #011353;
}
.TagClassName
{
border-color: #011353;
}
</style>