Shades of Sapphire #001E66
Tints of Sapphire #001E66
RGB
CMYK
RGB Variations
Color information
#001E66 (or 0x001E66) is known color: Sapphire. HEX triplet: 00, 1E and 66. RGB value is (0,30,102). Sum of RGB (Red+Green+Blue) = 0+30+102=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 102 (40.23% from 255 or 77.27% from 132); Max value from RGB is 102 - color contains mainly: blue. Hex color #001E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E66 is #FFE199. Grayscale: #1C1C1C. Windows color (decimal): -16769434 or 6692352. OLE color: 6692352.
HSL color Cylindrical-coordinate representation of color #001E66: hue angle of 222.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E66 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 30 | 102 | - |
| CMYK | 1 | 0.71 | 0 | 0.6 |
| HSL | 222.35º | 1% | 0.2% | - |
| HSV(B) | 222.35º | 1% | 0.4% | - |
| XYZ | 2.86 | 1.89 | 12.78 | - |
| YUV | 29.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 102 | 1 | 0.71 | 0 | 0.6 | 222.35 | 1 | 0.2 |
| Hex | 0 | 1E | 66 | 64 | 47 | 0 | 3C | DE | 64 | 14 |
| Octal | 0 | 36 | 146 | 144 | 107 | 0 | 74 | 336 | 144 | 24 |
| Binary | 0 | 11110 | 1100110 | 1100100 | 1000111 | 0 | 111100 | 11011110 | 1100100 | 10100 |
Color Harmonies of #001E66
Complementary color
Monochromatic Colors of #001E66
Black with #001E66
Text Example
Text Example
White with #001E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E66; }
p { color: rgb(0,30,102); }
H1.HeaderClassName
{
color: #001E66;
}
.AnyTagClassName
{
color: #001E66;
}
</style>
background-color css
<style>
a { background-color: #001E66; }
a { background-color: rgb(0,30,102); }
div.DivClassName
{
background-color: #001E66;
}
.BgClassName
{
background-color: #001E66;
}
</style>
border-color css
<style>
span { border-color: #001E66; }
span { border-color: rgb(0,30,102); }
td.TdClassName
{
border-color: #001E66;
}
.TagClassName
{
border-color: #001E66;
}
</style>