#14115E

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

Shades of Midnight Blue #14115E

Tints of Midnight Blue #14115E

Color information

#14115E (or 0x14115E) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 5E. RGB value is (20,17,94). Sum of RGB (Red+Green+Blue) = 20+17+94=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #14115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14115E is #EBEEA1. Grayscale: #1A1A1A. Windows color (decimal): -15462050 or 6164756. OLE color: 6164756.

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

Color convert

RGB201794-
CMYK0.790.8200.63
HSL242.34º69.37%21.76%-
HSV(B)242.34º81.91%36.86%-
XYZ2.511.3610.72-
YUV26.68165.99123.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 94 (37.11% from 255) = 71.76%
R=15.27%
G=12.98%
B=71.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2017940.790.8200.63242.3469.3721.76
Hex14115E4F5203Ff24516
Octal242113611712207736210526
Binary1010010001101111010011111010010011111111110010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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