Html Css Color HEX #1E155F Midnight Blue

📋 copy color: '#1E155F'

red 30 ◦ green 21 ◦ blue 95

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

Shades of Midnight Blue #1E155F

Tints of Midnight Blue #1E155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

 BLUE value IS 95 (37.5% from 255) = 65.07%

R = 20.55%
G = 14.38%
B = 65.07%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E155F (or 0x1E155F) is known color: Midnight Blue. HEX triplet: 1E, 15 and 5F. RGB value is (30,21,95). Sum of RGB (Red+Green+Blue) = 30+21+95=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E155F is #E1EAA0. Grayscale: #1F1F1F. Windows color (decimal): -14805665 or 6231326. OLE color: 6231326.

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

Color convert

RGB 30 21 95 -
CMYK 0.68 0.78 0 0.63
HSL 247.3º 0.64% 0.23% -
HSV(B) 247.3º 0.78% 0.37% -
XYZ 2.87 1.64 10.99 -
YUV 32.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 30 21 95 0.68 0.78 0 0.63 247.3 0.64 0.23
Hex 1E 15 5F 44 4E 0 3F F7 40 17
Octal 36 25 137 104 116 0 77 367 100 27
Binary 11110 10101 1011111 1000100 1001110 0 111111 11110111 1000000 10111

Color Harmonies of #1E155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E155F

Black with #1E155F

Text Example


Text Example

White with #1E155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,21,95); }

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

background-color css

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

 a { background-color: rgb(30,21,95); }

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

border-color css

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

 span { border-color: rgb(30,21,95); }

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