#081E84

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

Shades of Midnight Blue #081E84

Tints of Midnight Blue #081E84

Color information

#081E84 (or 0x081E84) is unknown color: approx Midnight Blue. HEX triplet: 08, 1E and 84. RGB value is (8,30,132). Sum of RGB (Red+Green+Blue) = 8+30+132=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #081E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081E84 is #F7E17B. Grayscale: #222222. Windows color (decimal): -16245116 or 8658440. OLE color: 8658440.

HSL color Cylindrical-coordinate representation of color #081E84: hue angle of 229.35º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081E84 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB830132-
CMYK0.940.7700.48
HSL229.35º88.57%27.45%-
HSV(B)229.35º93.94%51.76%-
XYZ4.732.6522.09-
YUV35.05182.71108.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 30 (12.11% from 255) = 17.65%
BLUE value IS 132 (51.95% from 255) = 77.65%
R=4.71%
G=17.65%
B=77.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8301320.940.7700.48229.3588.5727.45
Hex81E845E4D030e5591b
Octal103620413611506034513133
Binary1000111101000010010111101001101011000011100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081E84; }

 p { color: rgb(8,30,132); }

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

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

 a { background-color: rgb(8,30,132); }

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

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

 span { border-color: rgb(8,30,132); }

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