#14137F

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

Shades of Midnight Blue #14137F

Tints of Midnight Blue #14137F

Color information

#14137F (or 0x14137F) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 7F. RGB value is (20,19,127). Sum of RGB (Red+Green+Blue) = 20+19+127=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #14137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14137F is #EBEC80. Grayscale: #1F1F1F. Windows color (decimal): -15461505 or 8327956. OLE color: 8327956.

HSL color Cylindrical-coordinate representation of color #14137F: hue angle of 240.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14137F is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2019127-
CMYK0.840.8500.50
HSL240.56º73.97%28.63%-
HSV(B)240.56º85.04%49.8%-
XYZ4.352.1520.26-
YUV31.61181.83119.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 127 (50% from 255) = 76.51%
R=12.05%
G=11.45%
B=76.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20191270.840.8500.50240.5673.9728.63
Hex14137F5455032f14a1d
Octal242317712412506236111235
Binary1010010011111111110101001010101011001011110001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,19,127); }

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

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

 a { background-color: rgb(20,19,127); }

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

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

 span { border-color: rgb(20,19,127); }

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