#14157C

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

Shades of Midnight Blue #14157C

Tints of Midnight Blue #14157C

Color information

#14157C (or 0x14157C) is unknown color: approx Midnight Blue. HEX triplet: 14, 15 and 7C. RGB value is (20,21,124). Sum of RGB (Red+Green+Blue) = 20+21+124=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #14157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14157C is #EBEA83. Grayscale: #202020. Windows color (decimal): -15460996 or 8131860. OLE color: 8131860.

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

Color convert

RGB2021124-
CMYK0.840.8300.51
HSL239.42º72.22%28.24%-
HSV(B)239.42º83.87%48.63%-
XYZ4.192.1419.26-
YUV32.44179.67119.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 124 (48.83% from 255) = 75.15%
R=12.12%
G=12.73%
B=75.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20211240.840.8300.51239.4272.2228.24
Hex14157C5453033ef481c
Octal242517412412306335711034
Binary1010010101111110010101001010011011001111101111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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