Html Css Color HEX #1E135E Midnight Blue

📋 copy color: '#1E135E'

red 30 ◦ green 19 ◦ blue 94

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

Shades of Midnight Blue #1E135E

Tints of Midnight Blue #1E135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 65.73%

R = 20.98%
G = 13.29%
B = 65.73%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E135E (or 0x1E135E) is known color: Midnight Blue. HEX triplet: 1E, 13 and 5E. RGB value is (30,19,94). Sum of RGB (Red+Green+Blue) = 30+19+94=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E135E is #E1ECA1. Grayscale: #1E1E1E. Windows color (decimal): -14806178 or 6165278. OLE color: 6165278.

HSL color Cylindrical-coordinate representation of color #1E135E: hue angle of 248.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E135E is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 30 19 94 -
CMYK 0.68 0.80 0 0.63
HSL 248.8º 0.66% 0.22% -
HSV(B) 248.8º 0.8% 0.37% -
XYZ 2.79 1.55 10.74 -
YUV 30.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 30 19 94 0.68 0.80 0 0.63 248.8 0.66 0.22
Hex 1E 13 5E 44 50 0 3F F9 42 16
Octal 36 23 136 104 120 0 77 371 102 26
Binary 11110 10011 1011110 1000100 1010000 0 111111 11111001 1000010 10110

Color Harmonies of #1E135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E135E

Black with #1E135E

Text Example


Text Example

White with #1E135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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