#14175A

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

Shades of Midnight Blue #14175A

Tints of Midnight Blue #14175A

Color information

#14175A (or 0x14175A) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 5A. RGB value is (20,23,90). Sum of RGB (Red+Green+Blue) = 20+23+90=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #14175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14175A is #EBE8A5. Grayscale: #1D1D1D. Windows color (decimal): -15460518 or 5904148. OLE color: 5904148.

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

Color convert

RGB202390-
CMYK0.780.7400.65
HSL237.43º63.64%21.57%-
HSV(B)237.43º77.78%35.29%-
XYZ2.441.59.83-
YUV29.74162.01121.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 90 (35.55% from 255) = 67.67%
R=15.04%
G=17.29%
B=67.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2023900.780.7400.65237.4363.6421.57
Hex14175A4E4A041ed4016
Octal2427132116112010135510026
Binary10100101111011010100111010010100100000111101101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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