#14055D

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

Shades of Midnight Blue #14055D

Tints of Midnight Blue #14055D

Color information

#14055D (or 0x14055D) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 5D. RGB value is (20,5,93). Sum of RGB (Red+Green+Blue) = 20+5+93=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #14055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14055D is #EBFAA2. Grayscale: #131313. Windows color (decimal): -15465123 or 6096148. OLE color: 6096148.

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

Color convert

RGB20593-
CMYK0.780.9500.64
HSL250.23º89.8%19.22%-
HSV(B)250.23º94.62%36.47%-
XYZ2.321.0510.44-
YUV19.52169.47128.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 93 (36.72% from 255) = 78.81%
R=16.95%
G=4.24%
B=78.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal205930.780.9500.64250.2389.819.22
Hex1455D4E5F040fa5a13
Octal245135116137010037213223
Binary101001011011101100111010111110100000011111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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