#14145C

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

Shades of Midnight Blue #14145C

Tints of Midnight Blue #14145C

Color information

#14145C (or 0x14145C) is unknown color: approx Midnight Blue. HEX triplet: 14, 14 and 5C. RGB value is (20,20,92). Sum of RGB (Red+Green+Blue) = 20+20+92=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #14145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14145C is #EBEBA3. Grayscale: #1B1B1B. Windows color (decimal): -15461284 or 6034452. OLE color: 6034452.

HSL color Cylindrical-coordinate representation of color #14145C: 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 #14145C is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB202092-
CMYK0.780.7800.64
HSL240º64.29%21.96%-
HSV(B)240º78.26%36.08%-
XYZ2.471.4210.27-
YUV28.21164122.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 92 (36.33% from 255) = 69.70%
R=15.15%
G=15.15%
B=69.70%

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
Decimal2020920.780.7800.6424064.2921.96
Hex14145C4E4E040f04016
Octal2424134116116010036010026
Binary10100101001011100100111010011100100000011110000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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