#1E1062

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

Shades of Midnight Blue #1E1062

Tints of Midnight Blue #1E1062

Color information

#1E1062 (or 0x1E1062) is unknown color: approx Midnight Blue. HEX triplet: 1E, 10 and 62. RGB value is (30,16,98). Sum of RGB (Red+Green+Blue) = 30+16+98=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E1062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1062 is #E1EF9D. Grayscale: #1D1D1D. Windows color (decimal): -14806942 or 6426654. OLE color: 6426654.

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

Color convert

RGB301698-
CMYK0.690.8400.62
HSL250.24º71.93%22.35%-
HSV(B)250.24º83.67%38.43%-
XYZ2.931.5311.7-
YUV29.53166.64128.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.83%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=20.83%
G=11.11%
B=68.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3016980.690.8400.62250.2471.9322.35
Hex1E1062455403Efa4816
Octal362014210512407637211026
Binary1111010000110001010001011010100011111011111010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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