#141169

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

Shades of Midnight Blue #141169

Tints of Midnight Blue #141169

Color information

#141169 (or 0x141169) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 69. RGB value is (20,17,105). Sum of RGB (Red+Green+Blue) = 20+17+105=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #141169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141169 is #EBEE96. Grayscale: #1B1B1B. Windows color (decimal): -15462039 or 6885652. OLE color: 6885652.

HSL color Cylindrical-coordinate representation of color #141169: hue angle of 242.05º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141169 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2017105-
CMYK0.810.8400.59
HSL242.05º72.13%23.92%-
HSV(B)242.05º83.81%41.18%-
XYZ3.041.5713.51-
YUV27.93171.49122.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=14.08%
G=11.97%
B=73.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20171050.810.8400.59242.0572.1323.92
Hex141169515403Bf24818
Octal242115112112407336211030
Binary1010010001110100110100011010100011101111110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141169; }

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

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

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

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

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

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

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

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