#282980

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

Shades of Midnight Blue #282980

Tints of Midnight Blue #282980

Color information

#282980 (or 0x282980) is unknown color: approx Midnight Blue. HEX triplet: 28, 29 and 80. RGB value is (40,41,128). Sum of RGB (Red+Green+Blue) = 40+41+128=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #282980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282980 is #D7D67F. Grayscale: #323232. Windows color (decimal): -14145152 or 8399144. OLE color: 8399144.

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

Color convert

RGB4041128-
CMYK0.690.6800.50
HSL239.32º52.38%32.94%-
HSV(B)239.32º68.75%50.2%-
XYZ5.563.620.82-
YUV50.62171.67120.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=19.14%
G=19.62%
B=61.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40411280.690.6800.50239.3252.3832.94
Hex2829804544032ef3421
Octal50512001051040623576441
Binary1010001010011000000010001011000100011001011101111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282980; }

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

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

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

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

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

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

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

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