#141E5F

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

Shades of Midnight Blue #141E5F

Tints of Midnight Blue #141E5F

Color information

#141E5F (or 0x141E5F) is unknown color: approx Midnight Blue. HEX triplet: 14, 1E and 5F. RGB value is (20,30,95). Sum of RGB (Red+Green+Blue) = 20+30+95=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #141E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E5F is #EBE1A0. Grayscale: #222222. Windows color (decimal): -15458721 or 6233620. OLE color: 6233620.

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

Color convert

RGB203095-
CMYK0.790.6800.63
HSL232º65.22%22.55%-
HSV(B)232º78.95%37.25%-
XYZ2.821.911.05-
YUV34.42162.19117.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 95 (37.5% from 255) = 65.52%
R=13.79%
G=20.69%
B=65.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2030950.790.6800.6323265.2222.55
Hex141E5F4F4403Fe84117
Octal243613711710407735010127
Binary1010011110101111110011111000100011111111101000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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