#1E0872

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

Shades of Midnight Blue #1E0872

Tints of Midnight Blue #1E0872

Color information

#1E0872 (or 0x1E0872) is unknown color: approx Midnight Blue. HEX triplet: 1E, 08 and 72. RGB value is (30,8,114). Sum of RGB (Red+Green+Blue) = 30+8+114=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E0872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0872 is #E1F78D. Grayscale: #1A1A1A. Windows color (decimal): -14808974 or 7473182. OLE color: 7473182.

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

Color convert

RGB308114-
CMYK0.740.9300.55
HSL252.45º86.89%23.92%-
HSV(B)252.45º92.98%44.71%-
XYZ3.661.6616.05-
YUV26.66177.29130.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.74%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 114 (44.92% from 255) = 75%
R=19.74%
G=5.26%
B=75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3081140.740.9300.55252.4586.8923.92
Hex1E8724A5D037fc5718
Octal361016211213506737412730
Binary111101000111001010010101011101011011111111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,8,114); }

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

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

 a { background-color: rgb(30,8,114); }

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

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

 span { border-color: rgb(30,8,114); }

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