#14137c

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

Shades of Midnight Blue #14137C

Tints of Midnight Blue #14137C

Color information

#14137C (or 0x14137C) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 7C. RGB value is (20,19,124). Sum of RGB (Red+Green+Blue) = 20+19+124=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #14137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14137C is #EBEC83. Grayscale: #1E1E1E. Windows color (decimal): -15461508 or 8131348. OLE color: 8131348.

HSL color Cylindrical-coordinate representation of color #14137C: hue angle of 240.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14137C is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2019124-
CMYK0.840.8500.51
HSL240.57º73.43%28.04%-
HSV(B)240.57º84.68%48.63%-
XYZ4.162.0719.25-
YUV31.27180.33119.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 124 (48.83% from 255) = 76.07%
R=12.27%
G=11.66%
B=76.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20191240.840.8500.51240.5773.4328.04
Hex14137C5455033f1491c
Octal242317412412506336111134
Binary1010010011111110010101001010101011001111110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14137c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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