#14135E

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

Shades of Midnight Blue #14135E

Tints of Midnight Blue #14135E

Color information

#14135E (or 0x14135E) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 5E. RGB value is (20,19,94). Sum of RGB (Red+Green+Blue) = 20+19+94=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #14135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14135E is #EBECA1. Grayscale: #1B1B1B. Windows color (decimal): -15461538 or 6165268. OLE color: 6165268.

HSL color Cylindrical-coordinate representation of color #14135E: hue angle of 240.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14135E is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB201994-
CMYK0.790.8000.63
HSL240.8º66.37%22.16%-
HSV(B)240.8º79.79%36.86%-
XYZ2.541.4210.73-
YUV27.85165.33122.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 94 (37.11% from 255) = 70.68%
R=15.04%
G=14.29%
B=70.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2019940.790.8000.63240.866.3722.16
Hex14135E4F5003Ff14216
Octal242313611712007736110226
Binary1010010011101111010011111010000011111111110001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14135E; }

 p { color: rgb(20,19,94); }

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

<style>
 a { background-color: #14135E; }

 a { background-color: rgb(20,19,94); }

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

<style>
 span { border-color: #14135E; }

 span { border-color: rgb(20,19,94); }

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