#14195E

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

Shades of Midnight Blue #14195E

Tints of Midnight Blue #14195E

Color information

#14195E (or 0x14195E) is unknown color: approx Midnight Blue. HEX triplet: 14, 19 and 5E. RGB value is (20,25,94). Sum of RGB (Red+Green+Blue) = 20+25+94=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #14195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14195E is #EBE6A1. Grayscale: #1F1F1F. Windows color (decimal): -15460002 or 6166804. OLE color: 6166804.

HSL color Cylindrical-coordinate representation of color #14195E: hue angle of 235.95º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14195E is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB202594-
CMYK0.790.7300.63
HSL235.95º64.91%22.35%-
HSV(B)235.95º78.72%36.86%-
XYZ2.661.6510.77-
YUV31.37163.34119.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 94 (37.11% from 255) = 67.63%
R=14.39%
G=17.99%
B=67.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2025940.790.7300.63235.9564.9122.35
Hex14195E4F4903Fec4116
Octal243113611711107735410126
Binary1010011001101111010011111001001011111111101100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,25,94); }

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

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

 a { background-color: rgb(20,25,94); }

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

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

 span { border-color: rgb(20,25,94); }

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