#14185D

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

Shades of Midnight Blue #14185D

Tints of Midnight Blue #14185D

Color information

#14185D (or 0x14185D) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 5D. RGB value is (20,24,93). Sum of RGB (Red+Green+Blue) = 20+24+93=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #14185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14185D is #EBE7A2. Grayscale: #1E1E1E. Windows color (decimal): -15460259 or 6101012. OLE color: 6101012.

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

Color convert

RGB202493-
CMYK0.780.7400.64
HSL236.71º64.6%22.16%-
HSV(B)236.71º78.49%36.47%-
XYZ2.591.5910.53-
YUV30.67163.17120.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=14.60%
G=17.52%
B=67.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2024930.780.7400.64236.7164.622.16
Hex14185D4E4A040ed4116
Octal2430135116112010035510126
Binary10100110001011101100111010010100100000011101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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