#1E334D

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

Shades of Midnight #1E334D

Tints of Midnight #1E334D

Color information

#1E334D (or 0x1E334D) is unknown color: approx Midnight. HEX triplet: 1E, 33 and 4D. RGB value is (30,51,77). Sum of RGB (Red+Green+Blue) = 30+51+77=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E334D is #E1CCB2. Grayscale: #2F2F2F. Windows color (decimal): -14798003 or 5059358. OLE color: 5059358.

HSL color Cylindrical-coordinate representation of color #1E334D: hue angle of 213.19º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E334D is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB305177-
CMYK0.610.3400.70
HSL213.19º43.93%20.98%-
HSV(B)213.19º61.04%30.2%-
XYZ3.063.187.47-
YUV47.68144.54115.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=18.99%
G=32.28%
B=48.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3051770.610.3400.70213.1943.9320.98
Hex1E334D3D22046d52c15
Octal3663115754201063255425
Binary111101100111001101111101100010010001101101010110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,51,77); }

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

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

 a { background-color: rgb(30,51,77); }

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

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

 span { border-color: rgb(30,51,77); }

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