Shades of Sapphire #011754
Tints of Sapphire #011754
RGB
CMYK
RGB Variations
Color information
#011754 (or 0x011754) is known color: Sapphire. HEX triplet: 01, 17 and 54. RGB value is (1,23,84). Sum of RGB (Red+Green+Blue) = 1+23+84=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #011754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011754 is #FEE8AB. Grayscale: #171717. Windows color (decimal): -16705708 or 5510913. OLE color: 5510913.
HSL color Cylindrical-coordinate representation of color #011754: hue angle of 224.1º 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 #011754 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 23 | 84 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.67 |
| HSL | 224.1º | 0.98% | 0.17% | - |
| HSV(B) | 224.1º | 0.99% | 0.33% | - |
| XYZ | 1.92 | 1.26 | 8.53 | - |
| YUV | 23.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 84 | 0.99 | 0.73 | 0 | 0.67 | 224.1 | 0.98 | 0.17 |
| Hex | 1 | 17 | 54 | 63 | 49 | 0 | 43 | E0 | 62 | 11 |
| Octal | 1 | 27 | 124 | 143 | 111 | 0 | 103 | 340 | 142 | 21 |
| Binary | 1 | 10111 | 1010100 | 1100011 | 1001001 | 0 | 1000011 | 11100000 | 1100010 | 10001 |
Color Harmonies of #011754
Complementary color
Monochromatic Colors of #011754
Black with #011754
Text Example
Text Example
White with #011754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011754; }
p { color: rgb(1,23,84); }
H1.HeaderClassName
{
color: #011754;
}
.AnyTagClassName
{
color: #011754;
}
</style>
background-color css
<style>
a { background-color: #011754; }
a { background-color: rgb(1,23,84); }
div.DivClassName
{
background-color: #011754;
}
.BgClassName
{
background-color: #011754;
}
</style>
border-color css
<style>
span { border-color: #011754; }
span { border-color: rgb(1,23,84); }
td.TdClassName
{
border-color: #011754;
}
.TagClassName
{
border-color: #011754;
}
</style>