#141772

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

Shades of Midnight Blue #141772

Tints of Midnight Blue #141772

Color information

#141772 (or 0x141772) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 72. RGB value is (20,23,114). Sum of RGB (Red+Green+Blue) = 20+23+114=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #141772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141772 is #EBE88D. Grayscale: #202020. Windows color (decimal): -15460494 or 7477012. OLE color: 7477012.

HSL color Cylindrical-coordinate representation of color #141772: hue angle of 238.09º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141772 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2023114-
CMYK0.820.8000.55
HSL238.09º70.15%26.27%-
HSV(B)238.09º82.46%44.71%-
XYZ3.631.9816.11-
YUV32.48174.01119.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 114 (44.92% from 255) = 72.61%
R=12.74%
G=14.65%
B=72.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20231140.820.8000.55238.0970.1526.27
Hex1417725250037ee461a
Octal242716212212006735610632
Binary1010010111111001010100101010000011011111101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141772; }

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

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

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

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

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

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

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

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