#1E1078

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

Shades of Midnight Blue #1E1078

Tints of Midnight Blue #1E1078

Color information

#1E1078 (or 0x1E1078) is unknown color: approx Midnight Blue. HEX triplet: 1E, 10 and 78. RGB value is (30,16,120). Sum of RGB (Red+Green+Blue) = 30+16+120=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E1078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1078 is #E1EF87. Grayscale: #1F1F1F. Windows color (decimal): -14806920 or 7868446. OLE color: 7868446.

HSL color Cylindrical-coordinate representation of color #1E1078: hue angle of 248.08º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1078 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3016120-
CMYK0.750.8700.53
HSL248.08º76.47%26.67%-
HSV(B)248.08º86.67%47.06%-
XYZ4.11217.94-
YUV32.04177.64126.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.07%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=18.07%
G=9.64%
B=72.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30161200.750.8700.53248.0876.4726.67
Hex1E10784B57035f84c1b
Octal362017011312706537011433
Binary1111010000111100010010111010111011010111111000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,120); }

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

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

 a { background-color: rgb(30,16,120); }

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

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

 span { border-color: rgb(30,16,120); }

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