#282078

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

Shades of Midnight Blue #282078

Tints of Midnight Blue #282078

Color information

#282078 (or 0x282078) is unknown color: approx Midnight Blue. HEX triplet: 28, 20 and 78. RGB value is (40,32,120). Sum of RGB (Red+Green+Blue) = 40+32+120=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #282078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282078 is #D7DF87. Grayscale: #2C2C2C. Windows color (decimal): -14147464 or 7872552. OLE color: 7872552.

HSL color Cylindrical-coordinate representation of color #282078: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282078 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4032120-
CMYK0.670.7300.53
HSL245.45º57.89%29.8%-
HSV(B)245.45º73.33%47.06%-
XYZ4.782.8418.07-
YUV44.42170.65124.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 120 (47.27% from 255) = 62.5%
R=20.83%
G=16.67%
B=62.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40321200.670.7300.53245.4557.8929.8
Hex2820784349035f53a1e
Octal50401701031110653657236
Binary10100010000011110001000011100100101101011111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282078; }

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

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

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

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

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

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

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

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