Shades of Sapphire #011450
Tints of Sapphire #011450
RGB
CMYK
RGB Variations
Color information
#011450 (or 0x011450) is known color: Sapphire. HEX triplet: 01, 14 and 50. RGB value is (1,20,80). Sum of RGB (Red+Green+Blue) = 1+20+80=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #011450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011450 is #FEEBAF. Grayscale: #141414. Windows color (decimal): -16706480 or 5248001. OLE color: 5248001.
HSL color Cylindrical-coordinate representation of color #011450: hue angle of 225.57º 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 #011450 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 20 | 80 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.69 |
| HSL | 225.57º | 0.98% | 0.16% | - |
| HSV(B) | 225.57º | 0.99% | 0.31% | - |
| XYZ | 1.71 | 1.09 | 7.71 | - |
| YUV | 21.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 80 | 0.99 | 0.75 | 0 | 0.69 | 225.57 | 0.98 | 0.16 |
| Hex | 1 | 14 | 50 | 63 | 4B | 0 | 45 | E2 | 62 | 10 |
| Octal | 1 | 24 | 120 | 143 | 113 | 0 | 105 | 342 | 142 | 20 |
| Binary | 1 | 10100 | 1010000 | 1100011 | 1001011 | 0 | 1000101 | 11100010 | 1100010 | 10000 |
Color Harmonies of #011450
Complementary color
Monochromatic Colors of #011450
Black with #011450
Text Example
Text Example
White with #011450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011450; }
p { color: rgb(1,20,80); }
H1.HeaderClassName
{
color: #011450;
}
.AnyTagClassName
{
color: #011450;
}
</style>
background-color css
<style>
a { background-color: #011450; }
a { background-color: rgb(1,20,80); }
div.DivClassName
{
background-color: #011450;
}
.BgClassName
{
background-color: #011450;
}
</style>
border-color css
<style>
span { border-color: #011450; }
span { border-color: rgb(1,20,80); }
td.TdClassName
{
border-color: #011450;
}
.TagClassName
{
border-color: #011450;
}
</style>