Html Css Color HEX #1E165D Midnight Blue

📋 copy color: '#1E165D'

red 30 ◦ green 22 ◦ blue 93

#1E165D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #1E165D

Tints of Midnight Blue #1E165D

RGB

 RED value IS 30 (12.11% from 255) = 20.69%

 GREEN value IS 22 (8.98% from 255) = 15.17%

 BLUE value IS 93 (36.72% from 255) = 64.14%

R = 20.69%
G = 15.17%
B = 64.14%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E165D (or 0x1E165D) is known color: Midnight Blue. HEX triplet: 1E, 16 and 5D. RGB value is (30,22,93). Sum of RGB (Red+Green+Blue) = 30+22+93=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E165D is #E1E9A2. Grayscale: #202020. Windows color (decimal): -14805411 or 6100510. OLE color: 6100510.

HSL color Cylindrical-coordinate representation of color #1E165D: hue angle of 246.76º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E165D is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 22 93 -
CMYK 0.68 0.76 0 0.64
HSL 246.76º 0.62% 0.23% -
HSV(B) 246.76º 0.76% 0.36% -
XYZ 2.8 1.64 10.53 -
YUV 32.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 30 22 93 0.68 0.76 0 0.64 246.76 0.62 0.23
Hex 1E 16 5D 44 4C 0 40 F7 3E 17
Octal 36 26 135 104 114 0 100 367 76 27
Binary 11110 10110 1011101 1000100 1001100 0 1000000 11110111 111110 10111

Color Harmonies of #1E165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E165D

Black with #1E165D

Text Example


Text Example

White with #1E165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,22,93); }

 H1.HeaderClassName
 {
   color: #1E165D;
 }
 .AnyTagClassName
 {
   color: #1E165D;
 }
</style>

background-color css

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

 a { background-color: rgb(30,22,93); }

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

border-color css

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

 span { border-color: rgb(30,22,93); }

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