#14176E

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

Shades of Midnight Blue #14176E

Tints of Midnight Blue #14176E

Color information

#14176E (or 0x14176E) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 6E. RGB value is (20,23,110). Sum of RGB (Red+Green+Blue) = 20+23+110=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #14176E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14176E is #EBE891. Grayscale: #1F1F1F. Windows color (decimal): -15460498 or 7214868. OLE color: 7214868.

HSL color Cylindrical-coordinate representation of color #14176E: hue angle of 238º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14176E is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2023110-
CMYK0.820.7900.57
HSL238º69.23%25.49%-
HSV(B)238º81.82%43.14%-
XYZ3.411.8914.94-
YUV32.02172.01119.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 110 (43.36% from 255) = 71.90%
R=13.07%
G=15.03%
B=71.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20231100.820.7900.5723869.2325.49
Hex14176E524F039ee4519
Octal242715612211707135610531
Binary1010010111110111010100101001111011100111101110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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