#141C59

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

Shades of Midnight Blue #141C59

Tints of Midnight Blue #141C59

Color information

#141C59 (or 0x141C59) is unknown color: approx Midnight Blue. HEX triplet: 14, 1C and 59. RGB value is (20,28,89). Sum of RGB (Red+Green+Blue) = 20+28+89=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #141C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C59 is #EBE3A6. Grayscale: #202020. Windows color (decimal): -15459239 or 5839892. OLE color: 5839892.

HSL color Cylindrical-coordinate representation of color #141C59: hue angle of 233.04º 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 #141C59 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB202889-
CMYK0.780.6900.65
HSL233.04º63.3%21.37%-
HSV(B)233.04º77.53%34.9%-
XYZ2.511.79.65-
YUV32.56159.85119.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 89 (35.16% from 255) = 64.96%
R=14.60%
G=20.44%
B=64.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2028890.780.6900.65233.0463.321.37
Hex141C594E45041e93f15
Octal243413111610501013517725
Binary1010011100101100110011101000101010000011110100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C59; }

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

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

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

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

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

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

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

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