#141378

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

Shades of Midnight Blue #141378

Tints of Midnight Blue #141378

Color information

#141378 (or 0x141378) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 78. RGB value is (20,19,120). Sum of RGB (Red+Green+Blue) = 20+19+120=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #141378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141378 is #EBEC87. Grayscale: #1E1E1E. Windows color (decimal): -15461512 or 7869204. OLE color: 7869204.

HSL color Cylindrical-coordinate representation of color #141378: hue angle of 240.59º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141378 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2019120-
CMYK0.830.8400.53
HSL240.59º72.66%27.25%-
HSV(B)240.59º84.17%47.06%-
XYZ3.911.9717.94-
YUV30.81178.33120.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 120 (47.27% from 255) = 75.47%
R=12.58%
G=11.95%
B=75.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20191200.830.8400.53240.5972.6627.25
Hex1413785354035f1491b
Octal242317012312406536111133
Binary1010010011111100010100111010100011010111110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141378; }

 p { color: rgb(20,19,120); }

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

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

 a { background-color: rgb(20,19,120); }

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

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

 span { border-color: rgb(20,19,120); }

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