#141A5E

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

Shades of Midnight Blue #141A5E

Tints of Midnight Blue #141A5E

Color information

#141A5E (or 0x141A5E) is unknown color: approx Midnight Blue. HEX triplet: 14, 1A and 5E. RGB value is (20,26,94). Sum of RGB (Red+Green+Blue) = 20+26+94=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #141A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A5E is #EBE5A1. Grayscale: #1F1F1F. Windows color (decimal): -15459746 or 6167060. OLE color: 6167060.

HSL color Cylindrical-coordinate representation of color #141A5E: hue angle of 235.14º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141A5E is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB202694-
CMYK0.790.7200.63
HSL235.14º64.91%22.35%-
HSV(B)235.14º78.72%36.86%-
XYZ2.681.710.78-
YUV31.96163.01119.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 94 (37.11% from 255) = 67.14%
R=14.29%
G=18.57%
B=67.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2026940.790.7200.63235.1464.9122.35
Hex141A5E4F4803Feb4116
Octal243213611711007735310126
Binary1010011010101111010011111001000011111111101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,94); }

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

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

 a { background-color: rgb(20,26,94); }

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

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

 span { border-color: rgb(20,26,94); }

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