#14056A

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

Shades of Midnight Blue #14056A

Tints of Midnight Blue #14056A

Color information

#14056A (or 0x14056A) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 6A. RGB value is (20,5,106). Sum of RGB (Red+Green+Blue) = 20+5+106=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 106 (41.80% from 255 or 80.92% from 131); Max value from RGB is 106 - color contains mainly: blue. Hex color #14056A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14056A is #EBFA95. Grayscale: #141414. Windows color (decimal): -15465110 or 6948116. OLE color: 6948116.

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

Color convert

RGB205106-
CMYK0.810.9500.58
HSL248.91º90.99%21.76%-
HSV(B)248.91º95.28%41.57%-
XYZ2.941.313.73-
YUV21175.97127.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 106 (41.80% from 255) = 80.92%
R=15.27%
G=3.82%
B=80.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2051060.810.9500.58248.9190.9921.76
Hex1456A515F03Af95b16
Octal24515212113707237113326
Binary10100101110101010100011011111011101011111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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