Shades of Sapphire #011354
Tints of Sapphire #011354
RGB
CMYK
RGB Variations
Color information
#011354 (or 0x011354) is known color: Sapphire. HEX triplet: 01, 13 and 54. RGB value is (1,19,84). Sum of RGB (Red+Green+Blue) = 1+19+84=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #011354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011354 is #FEECAB. Grayscale: #141414. Windows color (decimal): -16706732 or 5509889. OLE color: 5509889.
HSL color Cylindrical-coordinate representation of color #011354: hue angle of 226.99º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011354 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 19 | 84 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.67 |
| HSL | 226.99º | 0.98% | 0.17% | - |
| HSV(B) | 226.99º | 0.99% | 0.33% | - |
| XYZ | 1.85 | 1.11 | 8.5 | - |
| YUV | 21.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 84 | 0.99 | 0.77 | 0 | 0.67 | 226.99 | 0.98 | 0.17 |
| Hex | 1 | 13 | 54 | 63 | 4D | 0 | 43 | E3 | 62 | 11 |
| Octal | 1 | 23 | 124 | 143 | 115 | 0 | 103 | 343 | 142 | 21 |
| Binary | 1 | 10011 | 1010100 | 1100011 | 1001101 | 0 | 1000011 | 11100011 | 1100010 | 10001 |
Color Harmonies of #011354
Complementary color
Monochromatic Colors of #011354
Black with #011354
Text Example
Text Example
White with #011354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011354; }
p { color: rgb(1,19,84); }
H1.HeaderClassName
{
color: #011354;
}
.AnyTagClassName
{
color: #011354;
}
</style>
background-color css
<style>
a { background-color: #011354; }
a { background-color: rgb(1,19,84); }
div.DivClassName
{
background-color: #011354;
}
.BgClassName
{
background-color: #011354;
}
</style>
border-color css
<style>
span { border-color: #011354; }
span { border-color: rgb(1,19,84); }
td.TdClassName
{
border-color: #011354;
}
.TagClassName
{
border-color: #011354;
}
</style>