Html Css Color HEX #1E096C Midnight Blue

📋 copy color: '#1E096C'

red 30 ◦ green 9 ◦ blue 108

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

Shades of Midnight Blue #1E096C

Tints of Midnight Blue #1E096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 108 (42.58% from 255) = 73.47%

R = 20.41%
G = 6.12%
B = 73.47%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1E096C (or 0x1E096C) is known color: Midnight Blue. HEX triplet: 1E, 09 and 6C. RGB value is (30,9,108). Sum of RGB (Red+Green+Blue) = 30+9+108=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E096C is #E1F693. Grayscale: #1A1A1A. Windows color (decimal): -14808724 or 7080222. OLE color: 7080222.

HSL color Cylindrical-coordinate representation of color #1E096C: hue angle of 252.73º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E096C is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 9 108 -
CMYK 0.72 0.92 0 0.58
HSL 252.73º 0.85% 0.23% -
HSV(B) 252.73º 0.92% 0.42% -
XYZ 3.34 1.55 14.31 -
YUV 26.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 30 9 108 0.72 0.92 0 0.58 252.73 0.85 0.23
Hex 1E 9 6C 48 5C 0 3A FD 55 17
Octal 36 11 154 110 134 0 72 375 125 27
Binary 11110 1001 1101100 1001000 1011100 0 111010 11111101 1010101 10111

Color Harmonies of #1E096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E096C

Black with #1E096C

Text Example


Text Example

White with #1E096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,9,108); }

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

background-color css

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

 a { background-color: rgb(30,9,108); }

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

border-color css

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

 span { border-color: rgb(30,9,108); }

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