Shades of Sapphire #011954
Tints of Sapphire #011954
RGB
CMYK
RGB Variations
Color information
#011954 (or 0x011954) is known color: Sapphire. HEX triplet: 01, 19 and 54. RGB value is (1,25,84). Sum of RGB (Red+Green+Blue) = 1+25+84=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 84 (33.20% from 255 or 76.36% from 110); Max value from RGB is 84 - color contains mainly: blue. Hex color #011954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011954 is #FEE6AB. Grayscale: #181818. Windows color (decimal): -16705196 or 5511425. OLE color: 5511425.
HSL color Cylindrical-coordinate representation of color #011954: hue angle of 222.65º 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 #011954 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 25 | 84 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.67 |
| HSL | 222.65º | 0.98% | 0.17% | - |
| HSV(B) | 222.65º | 0.99% | 0.33% | - |
| XYZ | 1.96 | 1.34 | 8.54 | - |
| YUV | 24.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 84 | 0.99 | 0.70 | 0 | 0.67 | 222.65 | 0.98 | 0.17 |
| Hex | 1 | 19 | 54 | 63 | 46 | 0 | 43 | DF | 62 | 11 |
| Octal | 1 | 31 | 124 | 143 | 106 | 0 | 103 | 337 | 142 | 21 |
| Binary | 1 | 11001 | 1010100 | 1100011 | 1000110 | 0 | 1000011 | 11011111 | 1100010 | 10001 |
Color Harmonies of #011954
Complementary color
Monochromatic Colors of #011954
Black with #011954
Text Example
Text Example
White with #011954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011954; }
p { color: rgb(1,25,84); }
H1.HeaderClassName
{
color: #011954;
}
.AnyTagClassName
{
color: #011954;
}
</style>
background-color css
<style>
a { background-color: #011954; }
a { background-color: rgb(1,25,84); }
div.DivClassName
{
background-color: #011954;
}
.BgClassName
{
background-color: #011954;
}
</style>
border-color css
<style>
span { border-color: #011954; }
span { border-color: rgb(1,25,84); }
td.TdClassName
{
border-color: #011954;
}
.TagClassName
{
border-color: #011954;
}
</style>