#1E1075

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

Shades of Midnight Blue #1E1075

Tints of Midnight Blue #1E1075

Color information

#1E1075 (or 0x1E1075) is unknown color: approx Midnight Blue. HEX triplet: 1E, 10 and 75. RGB value is (30,16,117). Sum of RGB (Red+Green+Blue) = 30+16+117=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E1075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1075 is #E1EF8A. Grayscale: #1F1F1F. Windows color (decimal): -14806923 or 7671838. OLE color: 7671838.

HSL color Cylindrical-coordinate representation of color #1E1075: hue angle of 248.32º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1075 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3016117-
CMYK0.740.8600.54
HSL248.32º75.94%26.08%-
HSV(B)248.32º86.32%45.88%-
XYZ3.931.9317-
YUV31.7176.14126.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 117 (46.09% from 255) = 71.78%
R=18.40%
G=9.82%
B=71.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30161170.740.8600.54248.3275.9426.08
Hex1E10754A56036f84c1a
Octal362016511212606637011432
Binary1111010000111010110010101010110011011011111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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