#1E2974

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

Shades of Midnight Blue #1E2974

Tints of Midnight Blue #1E2974

Color information

#1E2974 (or 0x1E2974) is unknown color: approx Midnight Blue. HEX triplet: 1E, 29 and 74. RGB value is (30,41,116). Sum of RGB (Red+Green+Blue) = 30+41+116=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E2974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2974 is #E1D68B. Grayscale: #2D2D2D. Windows color (decimal): -14800524 or 7612702. OLE color: 7612702.

HSL color Cylindrical-coordinate representation of color #1E2974: hue angle of 232.33º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E2974 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3041116-
CMYK0.740.6500.55
HSL232.33º58.9%28.63%-
HSV(B)232.33º74.14%45.49%-
XYZ4.483.1216.89-
YUV46.26167.36116.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.04%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 116 (45.70% from 255) = 62.03%
R=16.04%
G=21.93%
B=62.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30411160.740.6500.55232.3358.928.63
Hex1E29744A41037e83b1d
Octal36511641121010673507335
Binary1111010100111101001001010100000101101111110100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,41,116); }

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

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

 a { background-color: rgb(30,41,116); }

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

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

 span { border-color: rgb(30,41,116); }

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