Shades of Sapphire #001E51
Tints of Sapphire #001E51
RGB
CMYK
RGB Variations
Color information
#001E51 (or 0x001E51) is known color: Sapphire. HEX triplet: 00, 1E and 51. RGB value is (0,30,81). Sum of RGB (Red+Green+Blue) = 0+30+81=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #001E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E51 is #FFE1AE. Grayscale: #1A1A1A. Windows color (decimal): -16769455 or 5316096. OLE color: 5316096.
HSL color Cylindrical-coordinate representation of color #001E51: hue angle of 217.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E51 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 30 | 81 | - |
| CMYK | 1 | 0.63 | 0 | 0.68 |
| HSL | 217.78º | 1% | 0.16% | - |
| HSV(B) | 217.78º | 1% | 0.32% | - |
| XYZ | 1.95 | 1.52 | 7.98 | - |
| YUV | 26.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 81 | 1 | 0.63 | 0 | 0.68 | 217.78 | 1 | 0.16 |
| Hex | 0 | 1E | 51 | 64 | 3F | 0 | 44 | DA | 64 | 10 |
| Octal | 0 | 36 | 121 | 144 | 77 | 0 | 104 | 332 | 144 | 20 |
| Binary | 0 | 11110 | 1010001 | 1100100 | 111111 | 0 | 1000100 | 11011010 | 1100100 | 10000 |
Color Harmonies of #001E51
Complementary color
Monochromatic Colors of #001E51
Black with #001E51
Text Example
Text Example
White with #001E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E51; }
p { color: rgb(0,30,81); }
H1.HeaderClassName
{
color: #001E51;
}
.AnyTagClassName
{
color: #001E51;
}
</style>
background-color css
<style>
a { background-color: #001E51; }
a { background-color: rgb(0,30,81); }
div.DivClassName
{
background-color: #001E51;
}
.BgClassName
{
background-color: #001E51;
}
</style>
border-color css
<style>
span { border-color: #001E51; }
span { border-color: rgb(0,30,81); }
td.TdClassName
{
border-color: #001E51;
}
.TagClassName
{
border-color: #001E51;
}
</style>