Shades of Sapphire #011352
Tints of Sapphire #011352
RGB
CMYK
RGB Variations
Color information
#011352 (or 0x011352) is known color: Sapphire. HEX triplet: 01, 13 and 52. RGB value is (1,19,82). Sum of RGB (Red+Green+Blue) = 1+19+82=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #011352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011352 is #FEECAD. Grayscale: #141414. Windows color (decimal): -16706734 or 5378817. OLE color: 5378817.
HSL color Cylindrical-coordinate representation of color #011352: hue angle of 226.67º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011352 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 19 | 82 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.68 |
| HSL | 226.67º | 0.98% | 0.16% | - |
| HSV(B) | 226.67º | 0.99% | 0.32% | - |
| XYZ | 1.77 | 1.08 | 8.1 | - |
| YUV | 20.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 82 | 0.99 | 0.77 | 0 | 0.68 | 226.67 | 0.98 | 0.16 |
| Hex | 1 | 13 | 52 | 63 | 4D | 0 | 44 | E3 | 62 | 10 |
| Octal | 1 | 23 | 122 | 143 | 115 | 0 | 104 | 343 | 142 | 20 |
| Binary | 1 | 10011 | 1010010 | 1100011 | 1001101 | 0 | 1000100 | 11100011 | 1100010 | 10000 |
Color Harmonies of #011352
Complementary color
Monochromatic Colors of #011352
Black with #011352
Text Example
Text Example
White with #011352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011352; }
p { color: rgb(1,19,82); }
H1.HeaderClassName
{
color: #011352;
}
.AnyTagClassName
{
color: #011352;
}
</style>
background-color css
<style>
a { background-color: #011352; }
a { background-color: rgb(1,19,82); }
div.DivClassName
{
background-color: #011352;
}
.BgClassName
{
background-color: #011352;
}
</style>
border-color css
<style>
span { border-color: #011352; }
span { border-color: rgb(1,19,82); }
td.TdClassName
{
border-color: #011352;
}
.TagClassName
{
border-color: #011352;
}
</style>