#14115F

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

Shades of Midnight Blue #14115F

Tints of Midnight Blue #14115F

Color information

#14115F (or 0x14115F) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 5F. RGB value is (20,17,95). Sum of RGB (Red+Green+Blue) = 20+17+95=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #14115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14115F is #EBEEA0. Grayscale: #1A1A1A. Windows color (decimal): -15462049 or 6230292. OLE color: 6230292.

HSL color Cylindrical-coordinate representation of color #14115F: hue angle of 242.31º degrees, saturation: 0.7, 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 #14115F is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB201795-
CMYK0.790.8200.63
HSL242.31º69.64%21.96%-
HSV(B)242.31º82.11%37.25%-
XYZ2.551.3810.96-
YUV26.79166.49123.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 95 (37.5% from 255) = 71.97%
R=15.15%
G=12.88%
B=71.97%

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
Decimal2017950.790.8200.63242.3169.6421.96
Hex14115F4F5203Ff24616
Octal242113711712207736210626
Binary1010010001101111110011111010010011111111110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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