#14066C

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

Shades of Midnight Blue #14066C

Tints of Midnight Blue #14066C

Color information

#14066C (or 0x14066C) is unknown color: approx Midnight Blue. HEX triplet: 14, 06 and 6C. RGB value is (20,6,108). Sum of RGB (Red+Green+Blue) = 20+6+108=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 108 (42.58% from 255 or 80.60% from 134); Max value from RGB is 108 - color contains mainly: blue. Hex color #14066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14066C is #EBF993. Grayscale: #151515. Windows color (decimal): -15464852 or 7079444. OLE color: 7079444.

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

Color convert

RGB206108-
CMYK0.810.9400.58
HSL248.24º89.47%22.35%-
HSV(B)248.24º94.44%42.35%-
XYZ3.061.3614.29-
YUV21.81176.64126.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 108 (42.58% from 255) = 80.60%
R=14.93%
G=4.48%
B=80.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2061080.810.9400.58248.2489.4722.35
Hex1466C515E03Af85916
Octal24615412113607237013126
Binary10100110110110010100011011110011101011111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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