#1E2870

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

Shades of Midnight Blue #1E2870

Tints of Midnight Blue #1E2870

Color information

#1E2870 (or 0x1E2870) is unknown color: approx Midnight Blue. HEX triplet: 1E, 28 and 70. RGB value is (30,40,112). Sum of RGB (Red+Green+Blue) = 30+40+112=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E2870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2870 is #E1D78F. Grayscale: #2C2C2C. Windows color (decimal): -14800784 or 7350302. OLE color: 7350302.

HSL color Cylindrical-coordinate representation of color #1E2870: hue angle of 232.68º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E2870 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3040112-
CMYK0.730.6400.56
HSL232.68º57.75%27.84%-
HSV(B)232.68º73.21%43.92%-
XYZ4.222.9615.68-
YUV45.22165.69117.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.48%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=16.48%
G=21.98%
B=61.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30401120.730.6400.56232.6857.7527.84
Hex1E28704940038e93a1c
Octal36501601111000703517234
Binary1111010100011100001001001100000001110001110100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,40,112); }

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

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

 a { background-color: rgb(30,40,112); }

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

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

 span { border-color: rgb(30,40,112); }

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