#142371

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

Shades of Midnight Blue #142371

Tints of Midnight Blue #142371

Color information

#142371 (or 0x142371) is unknown color: approx Midnight Blue. HEX triplet: 14, 23 and 71. RGB value is (20,35,113). Sum of RGB (Red+Green+Blue) = 20+35+113=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #142371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142371 is #EBDC8E. Grayscale: #272727. Windows color (decimal): -15457423 or 7414548. OLE color: 7414548.

HSL color Cylindrical-coordinate representation of color #142371: hue angle of 230.32º 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 #142371 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2035113-
CMYK0.820.6900.56
HSL230.32º69.92%26.08%-
HSV(B)230.32º82.3%44.31%-
XYZ3.872.5415.91-
YUV39.41169.53114.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 113 (44.53% from 255) = 67.26%
R=11.90%
G=20.83%
B=67.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20351130.820.6900.56230.3269.9226.08
Hex1423715245038e6461a
Octal244316112210507034610632
Binary10100100011111000110100101000101011100011100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142371; }

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

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

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

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

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

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

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

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