#14106E

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

Shades of Midnight Blue #14106E

Tints of Midnight Blue #14106E

Color information

#14106E (or 0x14106E) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 6E. RGB value is (20,16,110). Sum of RGB (Red+Green+Blue) = 20+16+110=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #14106E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14106E is #EBEF91. Grayscale: #1B1B1B. Windows color (decimal): -15462290 or 7213076. OLE color: 7213076.

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

Color convert

RGB2016110-
CMYK0.820.8500.57
HSL242.55º74.6%24.71%-
HSV(B)242.55º85.45%43.14%-
XYZ3.291.6514.9-
YUV27.91174.33122.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=13.70%
G=10.96%
B=75.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20161100.820.8500.57242.5574.624.71
Hex14106E5255039f34b19
Octal242015612212507136311331
Binary1010010000110111010100101010101011100111110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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