Shades of Midnight Blue #1E055C
Tints of Midnight Blue #1E055C
RGB
CMYK
RGB Variations
Color information
#1E055C (or 0x1E055C) is known color: Midnight Blue. HEX triplet: 1E, 05 and 5C. RGB value is (30,5,92). Sum of RGB (Red+Green+Blue) = 30+5+92=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E055C is #E1FAA3. Grayscale: #161616. Windows color (decimal): -14809764 or 6030622. OLE color: 6030622.
HSL color Cylindrical-coordinate representation of color #1E055C: hue angle of 257.24º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E055C is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 5 | 92 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.64 |
| HSL | 257.24º | 0.9% | 0.19% | - |
| HSV(B) | 257.24º | 0.95% | 0.36% | - |
| XYZ | 2.52 | 1.16 | 10.22 | - |
| YUV | 22.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 92 | 0.67 | 0.95 | 0 | 0.64 | 257.24 | 0.9 | 0.19 |
| Hex | 1E | 5 | 5C | 43 | 5F | 0 | 40 | 101 | 5A | 13 |
| Octal | 36 | 5 | 134 | 103 | 137 | 0 | 100 | 401 | 132 | 23 |
| Binary | 11110 | 101 | 1011100 | 1000011 | 1011111 | 0 | 1000000 | 100000001 | 1011010 | 10011 |
Color Harmonies of #1E055C
Complementary color
Monochromatic Colors of #1E055C
Black with #1E055C
Text Example
Text Example
White with #1E055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E055C; }
p { color: rgb(30,5,92); }
H1.HeaderClassName
{
color: #1E055C;
}
.AnyTagClassName
{
color: #1E055C;
}
</style>
background-color css
<style>
a { background-color: #1E055C; }
a { background-color: rgb(30,5,92); }
div.DivClassName
{
background-color: #1E055C;
}
.BgClassName
{
background-color: #1E055C;
}
</style>
border-color css
<style>
span { border-color: #1E055C; }
span { border-color: rgb(30,5,92); }
td.TdClassName
{
border-color: #1E055C;
}
.TagClassName
{
border-color: #1E055C;
}
</style>