#14036E

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

Shades of Midnight Blue #14036E

Tints of Midnight Blue #14036E

Color information

#14036E (or 0x14036E) is unknown color: approx Midnight Blue. HEX triplet: 14, 03 and 6E. RGB value is (20,3,110). Sum of RGB (Red+Green+Blue) = 20+3+110=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 110 (43.36% from 255 or 82.71% from 133); Max value from RGB is 110 - color contains mainly: blue. Hex color #14036E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14036E is #EBFC91. Grayscale: #131313. Windows color (decimal): -15465618 or 7209748. OLE color: 7209748.

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

Color convert

RGB203110-
CMYK0.820.9700.57
HSL249.53º94.69%22.16%-
HSV(B)249.53º97.27%43.14%-
XYZ3.141.3414.85-
YUV20.28178.63127.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 110 (43.36% from 255) = 82.71%
R=15.04%
G=2.26%
B=82.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2031100.820.9700.57249.5394.6922.16
Hex1436E5261039fa5f16
Octal24315612214107137213726
Binary1010011110111010100101100001011100111111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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