Shades of Sapphire #001E55
Tints of Sapphire #001E55
RGB
CMYK
RGB Variations
Color information
#001E55 (or 0x001E55) is known color: Sapphire. HEX triplet: 00, 1E and 55. RGB value is (0,30,85). Sum of RGB (Red+Green+Blue) = 0+30+85=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #001E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E55 is #FFE1AA. Grayscale: #1B1B1B. Windows color (decimal): -16769451 or 5578240. OLE color: 5578240.
HSL color Cylindrical-coordinate representation of color #001E55: hue angle of 218.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E55 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 30 | 85 | - |
| CMYK | 1 | 0.65 | 0 | 0.67 |
| HSL | 218.82º | 1% | 0.17% | - |
| HSV(B) | 218.82º | 1% | 0.33% | - |
| XYZ | 2.1 | 1.58 | 8.79 | - |
| YUV | 27.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 85 | 1 | 0.65 | 0 | 0.67 | 218.82 | 1 | 0.17 |
| Hex | 0 | 1E | 55 | 64 | 41 | 0 | 43 | DB | 64 | 11 |
| Octal | 0 | 36 | 125 | 144 | 101 | 0 | 103 | 333 | 144 | 21 |
| Binary | 0 | 11110 | 1010101 | 1100100 | 1000001 | 0 | 1000011 | 11011011 | 1100100 | 10001 |
Color Harmonies of #001E55
Complementary color
Monochromatic Colors of #001E55
Black with #001E55
Text Example
Text Example
White with #001E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E55; }
p { color: rgb(0,30,85); }
H1.HeaderClassName
{
color: #001E55;
}
.AnyTagClassName
{
color: #001E55;
}
</style>
background-color css
<style>
a { background-color: #001E55; }
a { background-color: rgb(0,30,85); }
div.DivClassName
{
background-color: #001E55;
}
.BgClassName
{
background-color: #001E55;
}
</style>
border-color css
<style>
span { border-color: #001E55; }
span { border-color: rgb(0,30,85); }
td.TdClassName
{
border-color: #001E55;
}
.TagClassName
{
border-color: #001E55;
}
</style>