#14117B

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

Shades of Midnight Blue #14117B

Tints of Midnight Blue #14117B

Color information

#14117B (or 0x14117B) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 7B. RGB value is (20,17,123). Sum of RGB (Red+Green+Blue) = 20+17+123=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #14117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14117B is #EBEE84. Grayscale: #1D1D1D. Windows color (decimal): -15462021 or 8065300. OLE color: 8065300.

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

Color convert

RGB2017123-
CMYK0.840.8600.52
HSL241.7º75.71%27.45%-
HSV(B)241.7º86.18%48.24%-
XYZ4.061.9818.91-
YUV29.98180.49120.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 123 (48.44% from 255) = 76.88%
R=12.5%
G=10.62%
B=76.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20171230.840.8600.52241.775.7127.45
Hex14117B5456034f24c1b
Octal242117312412606436211433
Binary1010010001111101110101001010110011010011110010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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