Html Css Color HEX #1E136F Midnight Blue

📋 copy color: '#1E136F'

red 30 ◦ green 19 ◦ blue 111

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

Shades of Midnight Blue #1E136F

Tints of Midnight Blue #1E136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

 BLUE value IS 111 (43.75% from 255) = 69.38%

R = 18.75%
G = 11.88%
B = 69.38%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E136F (or 0x1E136F) is known color: Midnight Blue. HEX triplet: 1E, 13 and 6F. RGB value is (30,19,111). Sum of RGB (Red+Green+Blue) = 30+19+111=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E136F is #E1EC90. Grayscale: #202020. Windows color (decimal): -14806161 or 7279390. OLE color: 7279390.

HSL color Cylindrical-coordinate representation of color #1E136F: hue angle of 247.17º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E136F is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 19 111 -
CMYK 0.73 0.83 0 0.56
HSL 247.17º 0.71% 0.25% -
HSV(B) 247.17º 0.83% 0.44% -
XYZ 3.64 1.89 15.21 -
YUV 32.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 30 19 111 0.73 0.83 0 0.56 247.17 0.71 0.25
Hex 1E 13 6F 49 53 0 38 F7 47 19
Octal 36 23 157 111 123 0 70 367 107 31
Binary 11110 10011 1101111 1001001 1010011 0 111000 11110111 1000111 11001

Color Harmonies of #1E136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E136F

Black with #1E136F

Text Example


Text Example

White with #1E136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,19,111); }

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

background-color css

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

 a { background-color: rgb(30,19,111); }

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

border-color css

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

 span { border-color: rgb(30,19,111); }

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