#1E196C

Color #1E196C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1E196C

Tints of Midnight Blue #1E196C

Color information

#1E196C (or 0x1E196C) is unknown color: approx 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

RGB3025108-
CMYK0.720.7700.58
HSL243.61º62.41%26.08%-
HSV(B)243.61º76.85%42.35%-
XYZ3.592.0514.39-
YUV35.96168.66123.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 108 (42.58% from 255) = 66.26%
R=18.40%
G=15.34%
B=66.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30251080.720.7700.58243.6162.4126.08
Hex1E196C484D03Af43e1a
Octal36311541101150723647632
Binary111101100111011001001000100110101110101111010011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>