#14046D

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

Shades of Midnight Blue #14046D

Tints of Midnight Blue #14046D

Color information

#14046D (or 0x14046D) is unknown color: approx Midnight Blue. HEX triplet: 14, 04 and 6D. RGB value is (20,4,109). Sum of RGB (Red+Green+Blue) = 20+4+109=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 109 (42.97% from 255 or 81.95% from 133); Max value from RGB is 109 - color contains mainly: blue. Hex color #14046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14046D is #EBFB92. Grayscale: #141414. Windows color (decimal): -15465363 or 7144468. OLE color: 7144468.

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

Color convert

RGB204109-
CMYK0.820.9600.57
HSL249.14º92.92%22.16%-
HSV(B)249.14º96.33%42.75%-
XYZ3.091.3414.56-
YUV20.75177.8127.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 109 (42.97% from 255) = 81.95%
R=15.04%
G=3.01%
B=81.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2041090.820.9600.57249.1492.9222.16
Hex1446D5260039f95d16
Octal24415512214007137113526
Binary10100100110110110100101100000011100111111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14046D; }

 p { color: rgb(20,4,109); }

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

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

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

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

<style>
 span { border-color: #14046D; }

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

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