#141777

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

Shades of Midnight Blue #141777

Tints of Midnight Blue #141777

Color information

#141777 (or 0x141777) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 77. RGB value is (20,23,119). Sum of RGB (Red+Green+Blue) = 20+23+119=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #141777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141777 is #EBE888. Grayscale: #202020. Windows color (decimal): -15460489 or 7804692. OLE color: 7804692.

HSL color Cylindrical-coordinate representation of color #141777: hue angle of 238.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141777 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2023119-
CMYK0.830.8100.53
HSL238.18º71.22%27.25%-
HSV(B)238.18º83.19%46.67%-
XYZ3.922.0917.65-
YUV33.05176.51118.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 119 (46.88% from 255) = 73.46%
R=12.35%
G=14.20%
B=73.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20231190.830.8100.53238.1871.2227.25
Hex1417775351035ee471b
Octal242716712312106535610733
Binary1010010111111011110100111010001011010111101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141777; }

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

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

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

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

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

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

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

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