#14085B

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

Shades of Midnight Blue #14085B

Tints of Midnight Blue #14085B

Color information

#14085B (or 0x14085B) is unknown color: approx Midnight Blue. HEX triplet: 14, 08 and 5B. RGB value is (20,8,91). Sum of RGB (Red+Green+Blue) = 20+8+91=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #14085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14085B is #EBF7A4. Grayscale: #141414. Windows color (decimal): -15464357 or 5965844. OLE color: 5965844.

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

Color convert

RGB20891-
CMYK0.780.9100.64
HSL248.67º83.84%19.41%-
HSV(B)248.67º91.21%35.69%-
XYZ2.261.089.99-
YUV21.05167.48127.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 91 (35.94% from 255) = 76.47%
R=16.81%
G=6.72%
B=76.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal208910.780.9100.64248.6783.8419.41
Hex1485B4E5B040f95413
Octal2410133116133010037112423
Binary1010010001011011100111010110110100000011111001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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