#14146A

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

Shades of Midnight Blue #14146A

Tints of Midnight Blue #14146A

Color information

#14146A (or 0x14146A) is unknown color: approx Midnight Blue. HEX triplet: 14, 14 and 6A. RGB value is (20,20,106). Sum of RGB (Red+Green+Blue) = 20+20+106=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 106 (41.80% from 255 or 72.60% from 146); Max value from RGB is 106 - color contains mainly: blue. Hex color #14146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14146A is #EBEB95. Grayscale: #1D1D1D. Windows color (decimal): -15461270 or 6951956. OLE color: 6951956.

HSL color Cylindrical-coordinate representation of color #14146A: hue angle of 240º 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 #14146A is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2020106-
CMYK0.810.8100.58
HSL240º68.25%24.71%-
HSV(B)240º81.13%41.57%-
XYZ3.141.6913.8-
YUV29.8171121.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 106 (41.80% from 255) = 72.60%
R=13.70%
G=13.70%
B=72.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20201060.810.8100.5824068.2524.71
Hex14146A515103Af04419
Octal242415212112107236010431
Binary1010010100110101010100011010001011101011110000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14146A; }

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

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

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

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

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

<style>
 span { border-color: #14146A; }

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

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