#14066E

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

Shades of Midnight Blue #14066E

Tints of Midnight Blue #14066E

Color information

#14066E (or 0x14066E) is unknown color: approx Midnight Blue. HEX triplet: 14, 06 and 6E. RGB value is (20,6,110). Sum of RGB (Red+Green+Blue) = 20+6+110=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #14066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14066E is #EBF991. Grayscale: #151515. Windows color (decimal): -15464850 or 7210516. OLE color: 7210516.

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

Color convert

RGB206110-
CMYK0.820.9500.57
HSL248.08º89.66%22.75%-
HSV(B)248.08º94.55%43.14%-
XYZ3.171.414.86-
YUV22.04177.64126.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 110 (43.36% from 255) = 80.88%
R=14.71%
G=4.41%
B=80.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2061100.820.9500.57248.0889.6622.75
Hex1466E525F039f85a17
Octal24615612213707137013227
Binary10100110110111010100101011111011100111111000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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