Shades of Sapphire #011454
Tints of Sapphire #011454
RGB
CMYK
RGB Variations
Color information
#011454 (or 0x011454) is known color: Sapphire. HEX triplet: 01, 14 and 54. RGB value is (1,20,84). Sum of RGB (Red+Green+Blue) = 1+20+84=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #011454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011454 is #FEEBAB. Grayscale: #151515. Windows color (decimal): -16706476 or 5510145. OLE color: 5510145.
HSL color Cylindrical-coordinate representation of color #011454: hue angle of 226.27º 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 #011454 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 20 | 84 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.67 |
| HSL | 226.27º | 0.98% | 0.17% | - |
| HSV(B) | 226.27º | 0.99% | 0.33% | - |
| XYZ | 1.86 | 1.15 | 8.51 | - |
| YUV | 21.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 84 | 0.99 | 0.76 | 0 | 0.67 | 226.27 | 0.98 | 0.17 |
| Hex | 1 | 14 | 54 | 63 | 4C | 0 | 43 | E2 | 62 | 11 |
| Octal | 1 | 24 | 124 | 143 | 114 | 0 | 103 | 342 | 142 | 21 |
| Binary | 1 | 10100 | 1010100 | 1100011 | 1001100 | 0 | 1000011 | 11100010 | 1100010 | 10001 |
Color Harmonies of #011454
Complementary color
Monochromatic Colors of #011454
Black with #011454
Text Example
Text Example
White with #011454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011454; }
p { color: rgb(1,20,84); }
H1.HeaderClassName
{
color: #011454;
}
.AnyTagClassName
{
color: #011454;
}
</style>
background-color css
<style>
a { background-color: #011454; }
a { background-color: rgb(1,20,84); }
div.DivClassName
{
background-color: #011454;
}
.BgClassName
{
background-color: #011454;
}
</style>
border-color css
<style>
span { border-color: #011454; }
span { border-color: rgb(1,20,84); }
td.TdClassName
{
border-color: #011454;
}
.TagClassName
{
border-color: #011454;
}
</style>