#14076A

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

Shades of Midnight Blue #14076A

Tints of Midnight Blue #14076A

Color information

#14076A (or 0x14076A) is unknown color: approx Midnight Blue. HEX triplet: 14, 07 and 6A. RGB value is (20,7,106). Sum of RGB (Red+Green+Blue) = 20+7+106=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 106 (41.80% from 255 or 79.70% from 133); Max value from RGB is 106 - color contains mainly: blue. Hex color #14076A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14076A is #EBF895. Grayscale: #151515. Windows color (decimal): -15464598 or 6948628. OLE color: 6948628.

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

Color convert

RGB207106-
CMYK0.810.9300.58
HSL247.88º87.61%22.16%-
HSV(B)247.88º93.4%41.57%-
XYZ2.971.3413.74-
YUV22.17175.31126.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 106 (41.80% from 255) = 79.70%
R=15.04%
G=5.26%
B=79.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2071060.810.9300.58247.8887.6122.16
Hex1476A515D03Af85816
Octal24715212113507237013026
Binary10100111110101010100011011101011101011111000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14076A; }

 p { color: rgb(20,7,106); }

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

<style>
 a { background-color: #14076A; }

 a { background-color: rgb(20,7,106); }

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

<style>
 span { border-color: #14076A; }

 span { border-color: rgb(20,7,106); }

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