Shades of Sapphire #001E6E
Tints of Sapphire #001E6E
RGB
CMYK
RGB Variations
Color information
#001E6E (or 0x001E6E) is known color: Sapphire. HEX triplet: 00, 1E and 6E. RGB value is (0,30,110). Sum of RGB (Red+Green+Blue) = 0+30+110=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 110 (43.36% from 255 or 78.57% from 140); Max value from RGB is 110 - color contains mainly: blue. Hex color #001E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E6E is #FFE191. Grayscale: #1D1D1D. Windows color (decimal): -16769426 or 7216640. OLE color: 7216640.
HSL color Cylindrical-coordinate representation of color #001E6E: hue angle of 223.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E6E is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 30 | 110 | - |
| CMYK | 1 | 0.73 | 0 | 0.57 |
| HSL | 223.64º | 1% | 0.22% | - |
| HSV(B) | 223.64º | 1% | 0.43% | - |
| XYZ | 3.28 | 2.05 | 14.98 | - |
| YUV | 30.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 110 | 1 | 0.73 | 0 | 0.57 | 223.64 | 1 | 0.22 |
| Hex | 0 | 1E | 6E | 64 | 49 | 0 | 39 | E0 | 64 | 16 |
| Octal | 0 | 36 | 156 | 144 | 111 | 0 | 71 | 340 | 144 | 26 |
| Binary | 0 | 11110 | 1101110 | 1100100 | 1001001 | 0 | 111001 | 11100000 | 1100100 | 10110 |
Color Harmonies of #001E6E
Complementary color
Monochromatic Colors of #001E6E
Black with #001E6E
Text Example
Text Example
White with #001E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E6E; }
p { color: rgb(0,30,110); }
H1.HeaderClassName
{
color: #001E6E;
}
.AnyTagClassName
{
color: #001E6E;
}
</style>
background-color css
<style>
a { background-color: #001E6E; }
a { background-color: rgb(0,30,110); }
div.DivClassName
{
background-color: #001E6E;
}
.BgClassName
{
background-color: #001E6E;
}
</style>
border-color css
<style>
span { border-color: #001E6E; }
span { border-color: rgb(0,30,110); }
td.TdClassName
{
border-color: #001E6E;
}
.TagClassName
{
border-color: #001E6E;
}
</style>