#1E0962

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

Shades of Midnight Blue #1E0962

Tints of Midnight Blue #1E0962

Color information

#1E0962 (or 0x1E0962) is unknown color: approx Midnight Blue. HEX triplet: 1E, 09 and 62. RGB value is (30,9,98). Sum of RGB (Red+Green+Blue) = 30+9+98=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E0962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0962 is #E1F69D. Grayscale: #191919. Windows color (decimal): -14808734 or 6424862. OLE color: 6424862.

HSL color Cylindrical-coordinate representation of color #1E0962: hue angle of 254.16º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0962 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB30998-
CMYK0.690.9100.62
HSL254.16º83.18%20.98%-
HSV(B)254.16º90.82%38.43%-
XYZ2.841.3511.67-
YUV25.42168.96131.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.90%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=21.90%
G=6.57%
B=71.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal309980.690.9100.62254.1683.1820.98
Hex1E962455B03Efe5315
Octal361114210513307637612325
Binary111101001110001010001011011011011111011111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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