Shades of Midnight Blue #1E065C
Tints of Midnight Blue #1E065C
RGB
CMYK
RGB Variations
Color information
#1E065C (or 0x1E065C) is known color: Midnight Blue. HEX triplet: 1E, 06 and 5C. RGB value is (30,6,92). Sum of RGB (Red+Green+Blue) = 30+6+92=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E065C is #E1F9A3. Grayscale: #161616. Windows color (decimal): -14809508 or 6030878. OLE color: 6030878.
HSL color Cylindrical-coordinate representation of color #1E065C: hue angle of 256.74º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E065C is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 6 | 92 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.64 |
| HSL | 256.74º | 0.88% | 0.19% | - |
| HSV(B) | 256.74º | 0.93% | 0.36% | - |
| XYZ | 2.53 | 1.18 | 10.22 | - |
| YUV | 22.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 92 | 0.67 | 0.93 | 0 | 0.64 | 256.74 | 0.88 | 0.19 |
| Hex | 1E | 6 | 5C | 43 | 5D | 0 | 40 | 101 | 58 | 13 |
| Octal | 36 | 6 | 134 | 103 | 135 | 0 | 100 | 401 | 130 | 23 |
| Binary | 11110 | 110 | 1011100 | 1000011 | 1011101 | 0 | 1000000 | 100000001 | 1011000 | 10011 |
Color Harmonies of #1E065C
Complementary color
Monochromatic Colors of #1E065C
Black with #1E065C
Text Example
Text Example
White with #1E065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E065C; }
p { color: rgb(30,6,92); }
H1.HeaderClassName
{
color: #1E065C;
}
.AnyTagClassName
{
color: #1E065C;
}
</style>
background-color css
<style>
a { background-color: #1E065C; }
a { background-color: rgb(30,6,92); }
div.DivClassName
{
background-color: #1E065C;
}
.BgClassName
{
background-color: #1E065C;
}
</style>
border-color css
<style>
span { border-color: #1E065C; }
span { border-color: rgb(30,6,92); }
td.TdClassName
{
border-color: #1E065C;
}
.TagClassName
{
border-color: #1E065C;
}
</style>