#081B81

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

Shades of Midnight Blue #081B81

Tints of Midnight Blue #081B81

Color information

#081B81 (or 0x081B81) is unknown color: approx Midnight Blue. HEX triplet: 08, 1B and 81. RGB value is (8,27,129). Sum of RGB (Red+Green+Blue) = 8+27+129=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 129 (50.78% from 255 or 78.66% from 164); Max value from RGB is 129 - color contains mainly: blue. Hex color #081B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081B81 is #F7E47E. Grayscale: #202020. Windows color (decimal): -16245887 or 8461064. OLE color: 8461064.

HSL color Cylindrical-coordinate representation of color #081B81: hue angle of 230.58º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081B81 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB827129-
CMYK0.940.7900.49
HSL230.58º88.32%26.86%-
HSV(B)230.58º93.8%50.59%-
XYZ4.452.4221-
YUV32.95182.21110.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 129 (50.78% from 255) = 78.66%
R=4.88%
G=16.46%
B=78.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8271290.940.7900.49230.5888.3226.86
Hex81B815E4F031e7581b
Octal103320113611706134713033
Binary1000110111000000110111101001111011000111100111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,27,129); }

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

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

 a { background-color: rgb(8,27,129); }

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

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

 span { border-color: rgb(8,27,129); }

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