#14185B

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

Shades of Midnight Blue #14185B

Tints of Midnight Blue #14185B

Color information

#14185B (or 0x14185B) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 5B. RGB value is (20,24,91). Sum of RGB (Red+Green+Blue) = 20+24+91=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #14185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14185B is #EBE7A4. Grayscale: #1E1E1E. Windows color (decimal): -15460261 or 5969940. OLE color: 5969940.

HSL color Cylindrical-coordinate representation of color #14185B: hue angle of 236.62º degrees, saturation: 0.64, 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 #14185B is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB202491-
CMYK0.780.7400.64
HSL236.62º63.96%21.76%-
HSV(B)236.62º78.02%35.69%-
XYZ2.51.5610.07-
YUV30.44162.17120.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=14.81%
G=17.78%
B=67.41%

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
Decimal2024910.780.7400.64236.6263.9621.76
Hex14185B4E4A040ed4016
Octal2430133116112010035510026
Binary10100110001011011100111010010100100000011101101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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