#14175B

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

Shades of Midnight Blue #14175B

Tints of Midnight Blue #14175B

Color information

#14175B (or 0x14175B) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 5B. RGB value is (20,23,91). Sum of RGB (Red+Green+Blue) = 20+23+91=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #14175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14175B is #EBE8A4. Grayscale: #1D1D1D. Windows color (decimal): -15460517 or 5969684. OLE color: 5969684.

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

Color convert

RGB202391-
CMYK0.780.7500.64
HSL237.46º63.96%21.76%-
HSV(B)237.46º78.02%35.69%-
XYZ2.481.5210.06-
YUV29.85162.51120.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=14.93%
G=17.16%
B=67.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2023910.780.7500.64237.4663.9621.76
Hex14175B4E4B040ed4016
Octal2427133116113010035510026
Binary10100101111011011100111010010110100000011101101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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