#1E1261

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

Shades of Midnight Blue #1E1261

Tints of Midnight Blue #1E1261

Color information

#1E1261 (or 0x1E1261) is unknown color: approx Midnight Blue. HEX triplet: 1E, 12 and 61. RGB value is (30,18,97). Sum of RGB (Red+Green+Blue) = 30+18+97=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E1261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1261 is #E1ED9E. Grayscale: #1E1E1E. Windows color (decimal): -14806431 or 6361630. OLE color: 6361630.

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

Color convert

RGB301897-
CMYK0.690.8100.62
HSL249.11º68.7%22.55%-
HSV(B)249.11º81.44%38.04%-
XYZ2.911.5711.46-
YUV30.59165.48127.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.69%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 97 (38.28% from 255) = 66.90%
R=20.69%
G=12.41%
B=66.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3018970.690.8100.62249.1168.722.55
Hex1E1261455103Ef94517
Octal362214110512107637110527
Binary1111010010110000110001011010001011111011111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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