#14155E

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

Shades of Midnight Blue #14155E

Tints of Midnight Blue #14155E

Color information

#14155E (or 0x14155E) is unknown color: approx Midnight Blue. HEX triplet: 14, 15 and 5E. RGB value is (20,21,94). Sum of RGB (Red+Green+Blue) = 20+21+94=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #14155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14155E is #EBEAA1. Grayscale: #1C1C1C. Windows color (decimal): -15461026 or 6165780. OLE color: 6165780.

HSL color Cylindrical-coordinate representation of color #14155E: hue angle of 239.19º 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 #14155E is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB202194-
CMYK0.790.7800.63
HSL239.19º64.91%22.35%-
HSV(B)239.19º78.72%36.86%-
XYZ2.581.4910.74-
YUV29.02164.67121.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 94 (37.11% from 255) = 69.63%
R=14.81%
G=15.56%
B=69.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2021940.790.7800.63239.1964.9122.35
Hex14155E4F4E03Fef4116
Octal242513611711607735710126
Binary1010010101101111010011111001110011111111101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14155E; }

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

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

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

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

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

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

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

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