#142980

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

Shades of Midnight Blue #142980

Tints of Midnight Blue #142980

Color information

#142980 (or 0x142980) is unknown color: approx Midnight Blue. HEX triplet: 14, 29 and 80. RGB value is (20,41,128). Sum of RGB (Red+Green+Blue) = 20+41+128=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 128 (50.39% from 255 or 67.72% from 189); Max value from RGB is 128 - color contains mainly: blue. Hex color #142980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142980 is #EBD67F. Grayscale: #2C2C2C. Windows color (decimal): -15455872 or 8399124. OLE color: 8399124.

HSL color Cylindrical-coordinate representation of color #142980: hue angle of 228.33º 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 #142980 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2041128-
CMYK0.840.6800.50
HSL228.33º72.97%29.02%-
HSV(B)228.33º84.38%50.2%-
XYZ4.983.2920.8-
YUV44.64175.04110.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 128 (50.39% from 255) = 67.72%
R=10.58%
G=21.69%
B=67.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20411280.840.6800.50228.3372.9729.02
Hex1429805444032e4491d
Octal245120012410406234411135
Binary101001010011000000010101001000100011001011100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142980; }

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

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

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

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

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

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

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

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