#141669

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

Shades of Midnight Blue #141669

Tints of Midnight Blue #141669

Color information

#141669 (or 0x141669) is unknown color: approx Midnight Blue. HEX triplet: 14, 16 and 69. RGB value is (20,22,105). Sum of RGB (Red+Green+Blue) = 20+22+105=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #141669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141669 is #EBE996. Grayscale: #1E1E1E. Windows color (decimal): -15460759 or 6886932. OLE color: 6886932.

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

Color convert

RGB2022105-
CMYK0.810.7900.59
HSL238.59º68%24.51%-
HSV(B)238.59º80.95%41.18%-
XYZ3.131.7413.54-
YUV30.86169.84120.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 105 (41.41% from 255) = 71.43%
R=13.61%
G=14.97%
B=71.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20221050.810.7900.59238.596824.51
Hex141669514F03Bef4419
Octal242615112111707335710431
Binary1010010110110100110100011001111011101111101111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141669; }

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

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

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

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

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

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

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

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