#141279

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

Shades of Midnight Blue #141279

Tints of Midnight Blue #141279

Color information

#141279 (or 0x141279) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 79. RGB value is (20,18,121). Sum of RGB (Red+Green+Blue) = 20+18+121=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 121 (47.66% from 255 or 76.10% from 159); Max value from RGB is 121 - color contains mainly: blue. Hex color #141279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141279 is #EBED86. Grayscale: #1D1D1D. Windows color (decimal): -15461767 or 7934484. OLE color: 7934484.

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

Color convert

RGB2018121-
CMYK0.830.8500.53
HSL241.17º74.1%27.25%-
HSV(B)241.17º85.12%47.45%-
XYZ3.961.9618.26-
YUV30.34179.16120.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 121 (47.66% from 255) = 76.10%
R=12.58%
G=11.32%
B=76.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20181210.830.8500.53241.1774.127.25
Hex1412795355035f14a1b
Octal242217112312506536111233
Binary1010010010111100110100111010101011010111110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141279; }

 p { color: rgb(20,18,121); }

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

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

 a { background-color: rgb(20,18,121); }

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

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

 span { border-color: rgb(20,18,121); }

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