#141E7E

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

Shades of Midnight Blue #141E7E

Tints of Midnight Blue #141E7E

Color information

#141E7E (or 0x141E7E) is unknown color: approx Midnight Blue. HEX triplet: 14, 1E and 7E. RGB value is (20,30,126). Sum of RGB (Red+Green+Blue) = 20+30+126=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #141E7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E7E is #EBE181. Grayscale: #252525. Windows color (decimal): -15458690 or 8265236. OLE color: 8265236.

HSL color Cylindrical-coordinate representation of color #141E7E: hue angle of 234.34º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141E7E is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2030126-
CMYK0.840.7600.51
HSL234.34º72.6%28.63%-
HSV(B)234.34º84.13%49.41%-
XYZ4.522.5820-
YUV37.95177.69115.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 126 (49.61% from 255) = 71.59%
R=11.36%
G=17.05%
B=71.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20301260.840.7600.51234.3472.628.63
Hex141E7E544C033ea491d
Octal243617612411406335211135
Binary1010011110111111010101001001100011001111101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141E7E; }

 p { color: rgb(20,30,126); }

 H1.HeaderClassName
 {
   color: #141E7E;
 }
 .AnyTagClassName
 {
   color: #141E7E;
 }
</style>
background-color css

<style>
 a { background-color: #141E7E; }

 a { background-color: rgb(20,30,126); }

 div.DivClassName
 {
   background-color: #141E7E;
 }
 .BgClassName
 {
   background-color: #141E7E;
 }
</style>
border-color css

<style>
 span { border-color: #141E7E; }

 span { border-color: rgb(20,30,126); }

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