#14065D

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

Shades of Midnight Blue #14065D

Tints of Midnight Blue #14065D

Color information

#14065D (or 0x14065D) is unknown color: approx Midnight Blue. HEX triplet: 14, 06 and 5D. RGB value is (20,6,93). Sum of RGB (Red+Green+Blue) = 20+6+93=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #14065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14065D is #EBF9A2. Grayscale: #131313. Windows color (decimal): -15464867 or 6096404. OLE color: 6096404.

HSL color Cylindrical-coordinate representation of color #14065D: hue angle of 249.66º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14065D is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB20693-
CMYK0.780.9400.64
HSL249.66º87.88%19.41%-
HSV(B)249.66º93.55%36.47%-
XYZ2.331.0710.44-
YUV20.1169.14127.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 93 (36.72% from 255) = 78.15%
R=16.81%
G=5.04%
B=78.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal206930.780.9400.64249.6687.8819.41
Hex1465D4E5E040fa5813
Octal246135116136010037213023
Binary101001101011101100111010111100100000011111010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,6,93); }

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

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

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

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

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

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

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