#14085A

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

Shades of Midnight Blue #14085A

Tints of Midnight Blue #14085A

Color information

#14085A (or 0x14085A) is unknown color: approx Midnight Blue. HEX triplet: 14, 08 and 5A. RGB value is (20,8,90). Sum of RGB (Red+Green+Blue) = 20+8+90=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #14085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14085A is #EBF7A5. Grayscale: #141414. Windows color (decimal): -15464358 or 5900308. OLE color: 5900308.

HSL color Cylindrical-coordinate representation of color #14085A: hue angle of 248.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14085A is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB20890-
CMYK0.780.9100.65
HSL248.78º83.67%19.22%-
HSV(B)248.78º91.11%35.29%-
XYZ2.221.069.76-
YUV20.94166.98127.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 90 (35.55% from 255) = 76.27%
R=16.95%
G=6.78%
B=76.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal208900.780.9100.65248.7883.6719.22
Hex1485A4E5B041f95413
Octal2410132116133010137112423
Binary1010010001011010100111010110110100000111111001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,8,90); }

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

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

 a { background-color: rgb(20,8,90); }

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

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

 span { border-color: rgb(20,8,90); }

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