#142070

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

Shades of Midnight Blue #142070

Tints of Midnight Blue #142070

Color information

#142070 (or 0x142070) is unknown color: approx Midnight Blue. HEX triplet: 14, 20 and 70. RGB value is (20,32,112). Sum of RGB (Red+Green+Blue) = 20+32+112=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #142070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142070 is #EBDF8F. Grayscale: #252525. Windows color (decimal): -15458192 or 7348244. OLE color: 7348244.

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

Color convert

RGB2032112-
CMYK0.820.7100.56
HSL232.17º69.7%25.88%-
HSV(B)232.17º82.14%43.92%-
XYZ3.732.3515.59-
YUV37.53170.02115.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 112 (44.14% from 255) = 68.29%
R=12.20%
G=19.51%
B=68.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20321120.820.7100.56232.1769.725.88
Hex1420705247038e8461a
Octal244016012210707035010632
Binary10100100000111000010100101000111011100011101000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142070; }

 p { color: rgb(20,32,112); }

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

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

 a { background-color: rgb(20,32,112); }

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

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

 span { border-color: rgb(20,32,112); }

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