#14055E

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

Shades of Midnight Blue #14055E

Tints of Midnight Blue #14055E

Color information

#14055E (or 0x14055E) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 5E. RGB value is (20,5,94). Sum of RGB (Red+Green+Blue) = 20+5+94=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 94 (37.11% from 255 or 78.99% from 119); Max value from RGB is 94 - color contains mainly: blue. Hex color #14055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14055E is #EBFAA1. Grayscale: #131313. Windows color (decimal): -15465122 or 6161684. OLE color: 6161684.

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

Color convert

RGB20594-
CMYK0.790.9500.63
HSL250.11º89.9%19.41%-
HSV(B)250.11º94.68%36.86%-
XYZ2.361.0710.67-
YUV19.63169.97128.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 94 (37.11% from 255) = 78.99%
R=16.81%
G=4.20%
B=78.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal205940.790.9500.63250.1189.919.41
Hex1455E4F5F03Ffa5a13
Octal24513611713707737213223
Binary10100101101111010011111011111011111111111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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