#141871

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

Shades of Midnight Blue #141871

Tints of Midnight Blue #141871

Color information

#141871 (or 0x141871) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 71. RGB value is (20,24,113). Sum of RGB (Red+Green+Blue) = 20+24+113=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #141871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141871 is #EBE78E. Grayscale: #202020. Windows color (decimal): -15460239 or 7411732. OLE color: 7411732.

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

Color convert

RGB2024113-
CMYK0.820.7900.56
HSL237.42º69.92%26.08%-
HSV(B)237.42º82.3%44.31%-
XYZ3.61.9915.82-
YUV32.95173.17118.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=12.74%
G=15.29%
B=71.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20241130.820.7900.56237.4269.9226.08
Hex141871524F038ed461a
Octal243016112211707035510632
Binary1010011000111000110100101001111011100011101101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141871; }

 p { color: rgb(20,24,113); }

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

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

 a { background-color: rgb(20,24,113); }

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

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

 span { border-color: rgb(20,24,113); }

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