#14156a

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

Shades of Midnight Blue #14156A

Tints of Midnight Blue #14156A

Color information

#14156A (or 0x14156A) is unknown color: approx Midnight Blue. HEX triplet: 14, 15 and 6A. RGB value is (20,21,106). Sum of RGB (Red+Green+Blue) = 20+21+106=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #14156A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14156A is #EBEA95. Grayscale: #1E1E1E. Windows color (decimal): -15461014 or 6952212. OLE color: 6952212.

HSL color Cylindrical-coordinate representation of color #14156A: hue angle of 239.3º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14156A is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2021106-
CMYK0.810.8000.58
HSL239.3º68.25%24.71%-
HSV(B)239.3º81.13%41.57%-
XYZ3.161.7313.8-
YUV30.39170.67120.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 106 (41.80% from 255) = 72.11%
R=13.61%
G=14.29%
B=72.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20211060.810.8000.58239.368.2524.71
Hex14156A515003Aef4419
Octal242515212112007235710431
Binary1010010101110101010100011010000011101011101111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14156a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14156a; }

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

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

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

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

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

<style>
 span { border-color: #14156a; }

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

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