#1E1C61

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

Shades of Midnight Blue #1E1C61

Tints of Midnight Blue #1E1C61

Color information

#1E1C61 (or 0x1E1C61) is unknown color: approx Midnight Blue. HEX triplet: 1E, 1C and 61. RGB value is (30,28,97). Sum of RGB (Red+Green+Blue) = 30+28+97=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E1C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C61 is #E1E39E. Grayscale: #242424. Windows color (decimal): -14803871 or 6364190. OLE color: 6364190.

HSL color Cylindrical-coordinate representation of color #1E1C61: hue angle of 241.74º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E1C61 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB302897-
CMYK0.690.7100.62
HSL241.74º55.2%24.51%-
HSV(B)241.74º71.13%38.04%-
XYZ3.111.9711.53-
YUV36.46162.16123.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.35%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=19.35%
G=18.06%
B=62.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3028970.690.7100.62241.7455.224.51
Hex1E1C61454703Ef23719
Octal36341411051070763626731
Binary111101110011000011000101100011101111101111001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E1C61; }

 p { color: rgb(30,28,97); }

 H1.HeaderClassName
 {
   color: #1E1C61;
 }
 .AnyTagClassName
 {
   color: #1E1C61;
 }
</style>
background-color css

<style>
 a { background-color: #1E1C61; }

 a { background-color: rgb(30,28,97); }

 div.DivClassName
 {
   background-color: #1E1C61;
 }
 .BgClassName
 {
   background-color: #1E1C61;
 }
</style>
border-color css

<style>
 span { border-color: #1E1C61; }

 span { border-color: rgb(30,28,97); }

 td.TdClassName
 {
   border-color: #1E1C61;
 }
 .TagClassName
 {
   border-color: #1E1C61;
 }
</style>