#141659

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

Shades of Midnight Blue #141659

Tints of Midnight Blue #141659

Color information

#141659 (or 0x141659) is unknown color: approx Midnight Blue. HEX triplet: 14, 16 and 59. RGB value is (20,22,89). Sum of RGB (Red+Green+Blue) = 20+22+89=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #141659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141659 is #EBE9A6. Grayscale: #1C1C1C. Windows color (decimal): -15460775 or 5838356. OLE color: 5838356.

HSL color Cylindrical-coordinate representation of color #141659: hue angle of 238.26º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141659 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB202289-
CMYK0.780.7500.65
HSL238.26º63.3%21.37%-
HSV(B)238.26º77.53%34.9%-
XYZ2.381.449.6-
YUV29.04161.84121.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 89 (35.16% from 255) = 67.94%
R=15.27%
G=16.79%
B=67.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2022890.780.7500.65238.2663.321.37
Hex1416594E4B041ee3f15
Octal242613111611301013567725
Binary1010010110101100110011101001011010000011110111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141659; }

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

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

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

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

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

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

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

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