#14045E

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

Shades of Midnight Blue #14045E

Tints of Midnight Blue #14045E

Color information

#14045E (or 0x14045E) is unknown color: approx Midnight Blue. HEX triplet: 14, 04 and 5E. RGB value is (20,4,94). Sum of RGB (Red+Green+Blue) = 20+4+94=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #14045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14045E is #EBFBA1. Grayscale: #121212. Windows color (decimal): -15465378 or 6161428. OLE color: 6161428.

HSL color Cylindrical-coordinate representation of color #14045E: hue angle of 250.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14045E is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB20494-
CMYK0.790.9600.63
HSL250.67º91.84%19.22%-
HSV(B)250.67º95.74%36.86%-
XYZ2.351.0410.67-
YUV19.04170.3128.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 94 (37.11% from 255) = 79.66%
R=16.95%
G=3.39%
B=79.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal204940.790.9600.63250.6791.8419.22
Hex1445E4F6003Ffb5c13
Octal24413611714007737313423
Binary10100100101111010011111100000011111111111011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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