#081F85

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

Shades of Midnight Blue #081F85

Tints of Midnight Blue #081F85

Color information

#081F85 (or 0x081F85) is unknown color: approx Midnight Blue. HEX triplet: 08, 1F and 85. RGB value is (8,31,133). Sum of RGB (Red+Green+Blue) = 8+31+133=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #081F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081F85 is #F7E07A. Grayscale: #232323. Windows color (decimal): -16244859 or 8724232. OLE color: 8724232.

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

Color convert

RGB831133-
CMYK0.940.7700.48
HSL228.96º88.65%27.65%-
HSV(B)228.96º93.98%52.16%-
XYZ4.822.7322.46-
YUV35.75182.88108.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 133 (52.34% from 255) = 77.33%
R=4.65%
G=18.02%
B=77.33%

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
Decimal8311330.940.7700.48228.9688.6527.65
Hex81F855E4D030e5591c
Octal103720513611506034513134
Binary1000111111000010110111101001101011000011100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,31,133); }

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

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

 a { background-color: rgb(8,31,133); }

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

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

 span { border-color: rgb(8,31,133); }

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