#14117D

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

Shades of Midnight Blue #14117D

Tints of Midnight Blue #14117D

Color information

#14117D (or 0x14117D) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 7D. RGB value is (20,17,125). Sum of RGB (Red+Green+Blue) = 20+17+125=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 125 (49.22% from 255 or 77.16% from 162); Max value from RGB is 125 - color contains mainly: blue. Hex color #14117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14117D is #EBEE82. Grayscale: #1D1D1D. Windows color (decimal): -15462019 or 8196372. OLE color: 8196372.

HSL color Cylindrical-coordinate representation of color #14117D: hue angle of 241.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14117D is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2017125-
CMYK0.840.8600.51
HSL241.67º76.06%27.84%-
HSV(B)241.67º86.4%49.02%-
XYZ4.192.0319.57-
YUV30.21181.49120.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 125 (49.22% from 255) = 77.16%
R=12.35%
G=10.49%
B=77.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20171250.840.8600.51241.6776.0627.84
Hex14117D5456033f24c1c
Octal242117512412606336211434
Binary1010010001111110110101001010110011001111110010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14117D; }

 p { color: rgb(20,17,125); }

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

<style>
 a { background-color: #14117D; }

 a { background-color: rgb(20,17,125); }

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

<style>
 span { border-color: #14117D; }

 span { border-color: rgb(20,17,125); }

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