#14075B

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

Shades of Midnight Blue #14075B

Tints of Midnight Blue #14075B

Color information

#14075B (or 0x14075B) is unknown color: approx Midnight Blue. HEX triplet: 14, 07 and 5B. RGB value is (20,7,91). Sum of RGB (Red+Green+Blue) = 20+7+91=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #14075B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14075B is #EBF8A4. Grayscale: #141414. Windows color (decimal): -15464613 or 5965588. OLE color: 5965588.

HSL color Cylindrical-coordinate representation of color #14075B: hue angle of 249.29º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14075B is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB20791-
CMYK0.780.9200.64
HSL249.29º85.71%19.22%-
HSV(B)249.29º92.31%35.69%-
XYZ2.251.069.98-
YUV20.46167.81127.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 7 (3.12% from 255) = 5.93%
BLUE value IS 91 (35.94% from 255) = 77.12%
R=16.95%
G=5.93%
B=77.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal207910.780.9200.64249.2985.7119.22
Hex1475B4E5C040f95613
Octal247133116134010037112623
Binary101001111011011100111010111000100000011111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14075B; }

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

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

<style>
 a { background-color: #14075B; }

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

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

<style>
 span { border-color: #14075B; }

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

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