#14106C

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

Shades of Midnight Blue #14106C

Tints of Midnight Blue #14106C

Color information

#14106C (or 0x14106C) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 6C. RGB value is (20,16,108). Sum of RGB (Red+Green+Blue) = 20+16+108=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #14106C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14106C is #EBEF93. Grayscale: #1B1B1B. Windows color (decimal): -15462292 or 7082004. OLE color: 7082004.

HSL color Cylindrical-coordinate representation of color #14106C: hue angle of 242.61º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14106C is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2016108-
CMYK0.810.8500.58
HSL242.61º74.19%24.31%-
HSV(B)242.61º85.19%42.35%-
XYZ3.181.614.33-
YUV27.68173.33122.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 108 (42.58% from 255) = 75%
R=13.89%
G=11.11%
B=75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20161080.810.8500.58242.6174.1924.31
Hex14106C515503Af34a18
Octal242015412112507236311230
Binary1010010000110110010100011010101011101011110011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14106C; }

 p { color: rgb(20,16,108); }

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

<style>
 a { background-color: #14106C; }

 a { background-color: rgb(20,16,108); }

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

<style>
 span { border-color: #14106C; }

 span { border-color: rgb(20,16,108); }

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