#141E70

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

Shades of Midnight Blue #141E70

Tints of Midnight Blue #141E70

Color information

#141E70 (or 0x141E70) is unknown color: approx Midnight Blue. HEX triplet: 14, 1E and 70. RGB value is (20,30,112). Sum of RGB (Red+Green+Blue) = 20+30+112=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #141E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E70 is #EBE18F. Grayscale: #242424. Windows color (decimal): -15458704 or 7347732. OLE color: 7347732.

HSL color Cylindrical-coordinate representation of color #141E70: hue angle of 233.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141E70 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2030112-
CMYK0.820.7300.56
HSL233.48º69.7%25.88%-
HSV(B)233.48º82.14%43.92%-
XYZ3.682.2515.57-
YUV36.36170.69116.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=12.35%
G=18.52%
B=69.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20301120.820.7300.56233.4869.725.88
Hex141E705249038e9461a
Octal243616012211107035110632
Binary1010011110111000010100101001001011100011101001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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