Shades of Midnight Blue #1E0668
Tints of Midnight Blue #1E0668
RGB
CMYK
RGB Variations
Color information
#1E0668 (or 0x1E0668) is known color: Midnight Blue. HEX triplet: 1E, 06 and 68. RGB value is (30,6,104). Sum of RGB (Red+Green+Blue) = 30+6+104=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E0668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0668 is #E1F997. Grayscale: #171717. Windows color (decimal): -14809496 or 6817310. OLE color: 6817310.
HSL color Cylindrical-coordinate representation of color #1E0668: hue angle of 254.69º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0668 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 6 | 104 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.59 |
| HSL | 254.69º | 0.89% | 0.22% | - |
| HSV(B) | 254.69º | 0.94% | 0.41% | - |
| XYZ | 3.1 | 1.41 | 13.2 | - |
| YUV | 24.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 104 | 0.71 | 0.94 | 0 | 0.59 | 254.69 | 0.89 | 0.22 |
| Hex | 1E | 6 | 68 | 47 | 5E | 0 | 3B | FF | 59 | 16 |
| Octal | 36 | 6 | 150 | 107 | 136 | 0 | 73 | 377 | 131 | 26 |
| Binary | 11110 | 110 | 1101000 | 1000111 | 1011110 | 0 | 111011 | 11111111 | 1011001 | 10110 |
Color Harmonies of #1E0668
Complementary color
Monochromatic Colors of #1E0668
Black with #1E0668
Text Example
Text Example
White with #1E0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0668; }
p { color: rgb(30,6,104); }
H1.HeaderClassName
{
color: #1E0668;
}
.AnyTagClassName
{
color: #1E0668;
}
</style>
background-color css
<style>
a { background-color: #1E0668; }
a { background-color: rgb(30,6,104); }
div.DivClassName
{
background-color: #1E0668;
}
.BgClassName
{
background-color: #1E0668;
}
</style>
border-color css
<style>
span { border-color: #1E0668; }
span { border-color: rgb(30,6,104); }
td.TdClassName
{
border-color: #1E0668;
}
.TagClassName
{
border-color: #1E0668;
}
</style>