#14145B

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

Shades of Midnight Blue #14145B

Tints of Midnight Blue #14145B

Color information

#14145B (or 0x14145B) is unknown color: approx Midnight Blue. HEX triplet: 14, 14 and 5B. RGB value is (20,20,91). Sum of RGB (Red+Green+Blue) = 20+20+91=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #14145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14145B is #EBEBA4. Grayscale: #1B1B1B. Windows color (decimal): -15461285 or 5968916. OLE color: 5968916.

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

Color convert

RGB202091-
CMYK0.780.7800.64
HSL240º63.96%21.76%-
HSV(B)240º78.02%35.69%-
XYZ2.431.410.04-
YUV28.09163.5122.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 91 (35.94% from 255) = 69.47%
R=15.27%
G=15.27%
B=69.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2020910.780.7800.6424063.9621.76
Hex14145B4E4E040f04016
Octal2424133116116010036010026
Binary10100101001011011100111010011100100000011110000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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