#14135C

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

Shades of Midnight Blue #14135C

Tints of Midnight Blue #14135C

Color information

#14135C (or 0x14135C) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 5C. RGB value is (20,19,92). Sum of RGB (Red+Green+Blue) = 20+19+92=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #14135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14135C is #EBECA3. Grayscale: #1B1B1B. Windows color (decimal): -15461540 or 6034196. OLE color: 6034196.

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

Color convert

RGB201992-
CMYK0.780.7900.64
HSL240.82º65.77%21.76%-
HSV(B)240.82º79.35%36.08%-
XYZ2.451.3910.26-
YUV27.62164.33122.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 92 (36.33% from 255) = 70.23%
R=15.27%
G=14.50%
B=70.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2019920.780.7900.64240.8265.7721.76
Hex14135C4E4F040f14216
Octal2423134116117010036110226
Binary10100100111011100100111010011110100000011110001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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