#14115C

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

Shades of Midnight Blue #14115C

Tints of Midnight Blue #14115C

Color information

#14115C (or 0x14115C) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 5C. RGB value is (20,17,92). Sum of RGB (Red+Green+Blue) = 20+17+92=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #14115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14115C is #EBEEA3. Grayscale: #1A1A1A. Windows color (decimal): -15462052 or 6033684. OLE color: 6033684.

HSL color Cylindrical-coordinate representation of color #14115C: hue angle of 242.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14115C is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB201792-
CMYK0.780.8200.64
HSL242.4º68.81%21.37%-
HSV(B)242.4º81.52%36.08%-
XYZ2.421.3210.25-
YUV26.45164.99123.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=15.50%
G=13.18%
B=71.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2017920.780.8200.64242.468.8121.37
Hex14115C4E52040f24515
Octal2421134116122010036210525
Binary10100100011011100100111010100100100000011110010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14115C; }

 p { color: rgb(20,17,92); }

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

<style>
 a { background-color: #14115C; }

 a { background-color: rgb(20,17,92); }

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

<style>
 span { border-color: #14115C; }

 span { border-color: rgb(20,17,92); }

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