#14036C

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

Shades of Midnight Blue #14036C

Tints of Midnight Blue #14036C

Color information

#14036C (or 0x14036C) is unknown color: approx Midnight Blue. HEX triplet: 14, 03 and 6C. RGB value is (20,3,108). Sum of RGB (Red+Green+Blue) = 20+3+108=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #14036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14036C is #EBFC93. Grayscale: #131313. Windows color (decimal): -15465620 or 7078676. OLE color: 7078676.

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

Color convert

RGB203108-
CMYK0.810.9700.58
HSL249.71º94.59%21.76%-
HSV(B)249.71º97.22%42.35%-
XYZ3.031.314.28-
YUV20.05177.63127.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 108 (42.58% from 255) = 82.44%
R=15.27%
G=2.29%
B=82.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2031080.810.9700.58249.7194.5921.76
Hex1436C516103Afa5f16
Octal24315412114107237213726
Binary1010011110110010100011100001011101011111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,3,108); }

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

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

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

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

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

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

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