Shades of Sapphire #001E4E
Tints of Sapphire #001E4E
RGB
CMYK
RGB Variations
Color information
#001E4E (or 0x001E4E) is known color: Sapphire. HEX triplet: 00, 1E and 4E. RGB value is (0,30,78). Sum of RGB (Red+Green+Blue) = 0+30+78=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #001E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E4E is #FFE1B1. Grayscale: #1A1A1A. Windows color (decimal): -16769458 or 5119488. OLE color: 5119488.
HSL color Cylindrical-coordinate representation of color #001E4E: hue angle of 216.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E4E is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 30 | 78 | - |
| CMYK | 1 | 0.62 | 0 | 0.69 |
| HSL | 216.92º | 1% | 0.15% | - |
| HSV(B) | 216.92º | 1% | 0.31% | - |
| XYZ | 1.84 | 1.48 | 7.4 | - |
| YUV | 26.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 78 | 1 | 0.62 | 0 | 0.69 | 216.92 | 1 | 0.15 |
| Hex | 0 | 1E | 4E | 64 | 3E | 0 | 45 | D9 | 64 | F |
| Octal | 0 | 36 | 116 | 144 | 76 | 0 | 105 | 331 | 144 | 17 |
| Binary | 0 | 11110 | 1001110 | 1100100 | 111110 | 0 | 1000101 | 11011001 | 1100100 | 1111 |
Color Harmonies of #001E4E
Complementary color
Monochromatic Colors of #001E4E
Black with #001E4E
Text Example
Text Example
White with #001E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E4E; }
p { color: rgb(0,30,78); }
H1.HeaderClassName
{
color: #001E4E;
}
.AnyTagClassName
{
color: #001E4E;
}
</style>
background-color css
<style>
a { background-color: #001E4E; }
a { background-color: rgb(0,30,78); }
div.DivClassName
{
background-color: #001E4E;
}
.BgClassName
{
background-color: #001E4E;
}
</style>
border-color css
<style>
span { border-color: #001E4E; }
span { border-color: rgb(0,30,78); }
td.TdClassName
{
border-color: #001E4E;
}
.TagClassName
{
border-color: #001E4E;
}
</style>