#142880

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

Shades of Midnight Blue #142880

Tints of Midnight Blue #142880

Color information

#142880 (or 0x142880) is unknown color: approx Midnight Blue. HEX triplet: 14, 28 and 80. RGB value is (20,40,128). Sum of RGB (Red+Green+Blue) = 20+40+128=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #142880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142880 is #EBD77F. Grayscale: #2B2B2B. Windows color (decimal): -15456128 or 8398868. OLE color: 8398868.

HSL color Cylindrical-coordinate representation of color #142880: hue angle of 228.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142880 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2040128-
CMYK0.840.6900.50
HSL228.89º72.97%29.02%-
HSV(B)228.89º84.38%50.2%-
XYZ4.943.2220.78-
YUV44.05175.37110.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 128 (50.39% from 255) = 68.09%
R=10.64%
G=21.28%
B=68.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20401280.840.6900.50228.8972.9729.02
Hex1428805445032e5491d
Octal245020012410506234511135
Binary101001010001000000010101001000101011001011100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142880; }

 p { color: rgb(20,40,128); }

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

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

 a { background-color: rgb(20,40,128); }

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

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

 span { border-color: rgb(20,40,128); }

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