Html Css Color HEX #1E196C Midnight Blue

📋 copy color: '#1E196C'

red 30 ◦ green 25 ◦ blue 108

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

Shades of Midnight Blue #1E196C

Tints of Midnight Blue #1E196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 18.4%
G = 15.34%
B = 66.26%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1E196C (or 0x1E196C) is known color: Midnight Blue. HEX triplet: 1E, 19 and 6C. RGB value is (30,25,108). Sum of RGB (Red+Green+Blue) = 30+25+108=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E196C is #E1E693. Grayscale: #232323. Windows color (decimal): -14804628 or 7084318. OLE color: 7084318.

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

Color convert

RGB 30 25 108 -
CMYK 0.72 0.77 0 0.58
HSL 243.61º 0.62% 0.26% -
HSV(B) 243.61º 0.77% 0.42% -
XYZ 3.59 2.05 14.39 -
YUV 35.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 30 25 108 0.72 0.77 0 0.58 243.61 0.62 0.26
Hex 1E 19 6C 48 4D 0 3A F4 3E 1A
Octal 36 31 154 110 115 0 72 364 76 32
Binary 11110 11001 1101100 1001000 1001101 0 111010 11110100 111110 11010

Color Harmonies of #1E196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E196C

Black with #1E196C

Text Example


Text Example

White with #1E196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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