#141560

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

Shades of Midnight Blue #141560

Tints of Midnight Blue #141560

Color information

#141560 (or 0x141560) is unknown color: approx Midnight Blue. HEX triplet: 14, 15 and 60. RGB value is (20,21,96). Sum of RGB (Red+Green+Blue) = 20+21+96=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #141560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141560 is #EBEA9F. Grayscale: #1C1C1C. Windows color (decimal): -15461024 or 6296852. OLE color: 6296852.

HSL color Cylindrical-coordinate representation of color #141560: hue angle of 239.21º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141560 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB202196-
CMYK0.790.7800.62
HSL239.21º65.52%22.75%-
HSV(B)239.21º79.17%37.65%-
XYZ2.671.5311.22-
YUV29.25165.67121.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 96 (37.89% from 255) = 70.07%
R=14.60%
G=15.33%
B=70.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2021960.790.7800.62239.2165.5222.75
Hex1415604F4E03Eef4217
Octal242514011711607635710227
Binary1010010101110000010011111001110011111011101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141560; }

 p { color: rgb(20,21,96); }

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

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

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

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

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

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

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