#1E0975

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

Shades of Midnight Blue #1E0975

Tints of Midnight Blue #1E0975

Color information

#1E0975 (or 0x1E0975) is unknown color: approx Midnight Blue. HEX triplet: 1E, 09 and 75. RGB value is (30,9,117). Sum of RGB (Red+Green+Blue) = 30+9+117=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E0975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0975 is #E1F68A. Grayscale: #1B1B1B. Windows color (decimal): -14808715 or 7670046. OLE color: 7670046.

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

Color convert

RGB309117-
CMYK0.740.9200.54
HSL251.67º85.71%24.71%-
HSV(B)251.67º92.31%45.88%-
XYZ3.841.7616.97-
YUV27.59178.46129.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.23%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 117 (46.09% from 255) = 75%
R=19.23%
G=5.77%
B=75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3091170.740.9200.54251.6785.7124.71
Hex1E9754A5C036fc5619
Octal361116511213406637412631
Binary111101001111010110010101011100011011011111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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