#141760

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

Shades of Midnight Blue #141760

Tints of Midnight Blue #141760

Color information

#141760 (or 0x141760) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 60. RGB value is (20,23,96). Sum of RGB (Red+Green+Blue) = 20+23+96=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #141760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141760 is #EBE89F. Grayscale: #1E1E1E. Windows color (decimal): -15460512 or 6297364. OLE color: 6297364.

HSL color Cylindrical-coordinate representation of color #141760: hue angle of 237.63º 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 #141760 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB202396-
CMYK0.790.7600.62
HSL237.63º65.52%22.75%-
HSV(B)237.63º79.17%37.65%-
XYZ2.711.6111.23-
YUV30.42165.01120.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=14.39%
G=16.55%
B=69.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2023960.790.7600.62237.6365.5222.75
Hex1417604F4C03Eee4217
Octal242714011711407635610227
Binary1010010111110000010011111001100011111011101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141760; }

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

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

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

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

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

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

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

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