#1E055C

Color #1E055C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1E055C

Tints of Midnight Blue #1E055C

Color information

#1E055C (or 0x1E055C) is unknown color: approx 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

RGB30592-
CMYK0.670.9500.64
HSL257.24º89.69%19.02%-
HSV(B)257.24º94.57%36.08%-
XYZ2.521.1610.22-
YUV22.39167.28133.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 23.62%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 92 (36.33% from 255) = 72.44%
R=23.62%
G=3.94%
B=72.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal305920.670.9500.64257.2489.6919.02
Hex1E55C435F0401015a13
Octal365134103137010040113223
Binary1111010110111001000011101111101000000100000001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>