#141179

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

Shades of Midnight Blue #141179

Tints of Midnight Blue #141179

Color information

#141179 (or 0x141179) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 79. RGB value is (20,17,121). Sum of RGB (Red+Green+Blue) = 20+17+121=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 121 (47.66% from 255 or 76.58% from 158); Max value from RGB is 121 - color contains mainly: blue. Hex color #141179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141179 is #EBEE86. Grayscale: #1D1D1D. Windows color (decimal): -15462023 or 7934228. OLE color: 7934228.

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

Color convert

RGB2017121-
CMYK0.830.8600.53
HSL241.73º75.36%27.06%-
HSV(B)241.73º85.95%47.45%-
XYZ3.941.9318.25-
YUV29.75179.49121.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 121 (47.66% from 255) = 76.58%
R=12.66%
G=10.76%
B=76.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20171210.830.8600.53241.7375.3627.06
Hex1411795356035f24b1b
Octal242117112312606536211333
Binary1010010001111100110100111010110011010111110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141179; }

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

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

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

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

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

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

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

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