#282085

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

Shades of Midnight Blue #282085

Tints of Midnight Blue #282085

Color information

#282085 (or 0x282085) is unknown color: approx Midnight Blue. HEX triplet: 28, 20 and 85. RGB value is (40,32,133). Sum of RGB (Red+Green+Blue) = 40+32+133=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #282085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282085 is #D7DF7A. Grayscale: #2D2D2D. Windows color (decimal): -14147451 or 8724520. OLE color: 8724520.

HSL color Cylindrical-coordinate representation of color #282085: hue angle of 244.75º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282085 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4032133-
CMYK0.700.7600.48
HSL244.75º61.21%32.35%-
HSV(B)244.75º75.94%52.16%-
XYZ5.633.1822.51-
YUV45.91177.15123.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=19.51%
G=15.61%
B=64.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40321330.700.7600.48244.7561.2132.35
Hex282085464C030f53d20
Octal50402051061140603657540
Binary1010001000001000010110001101001100011000011110101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282085; }

 p { color: rgb(40,32,133); }

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

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

 a { background-color: rgb(40,32,133); }

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

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

 span { border-color: rgb(40,32,133); }

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