#141779

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

Shades of Midnight Blue #141779

Tints of Midnight Blue #141779

Color information

#141779 (or 0x141779) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 79. RGB value is (20,23,121). Sum of RGB (Red+Green+Blue) = 20+23+121=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #141779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141779 is #EBE886. Grayscale: #202020. Windows color (decimal): -15460487 or 7935764. OLE color: 7935764.

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

Color convert

RGB2023121-
CMYK0.830.8100.53
HSL238.22º71.63%27.65%-
HSV(B)238.22º83.47%47.45%-
XYZ4.052.1418.29-
YUV33.28177.51118.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 121 (47.66% from 255) = 73.78%
R=12.20%
G=14.02%
B=73.78%

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
Decimal20231210.830.8100.53238.2271.6327.65
Hex1417795351035ee481c
Octal242717112312106535611034
Binary1010010111111100110100111010001011010111101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141779; }

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

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

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

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

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

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

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

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