#081C7F

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

Shades of Midnight Blue #081C7F

Tints of Midnight Blue #081C7F

Color information

#081C7F (or 0x081C7F) is unknown color: approx Midnight Blue. HEX triplet: 08, 1C and 7F. RGB value is (8,28,127). Sum of RGB (Red+Green+Blue) = 8+28+127=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 127 (50% from 255 or 77.91% from 163); Max value from RGB is 127 - color contains mainly: blue. Hex color #081C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C7F is #F7E380. Grayscale: #202020. Windows color (decimal): -16245633 or 8330248. OLE color: 8330248.

HSL color Cylindrical-coordinate representation of color #081C7F: hue angle of 229.92º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081C7F is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB828127-
CMYK0.940.7800.50
HSL229.92º88.15%26.47%-
HSV(B)229.92º93.7%49.8%-
XYZ4.352.4120.32-
YUV33.31180.87109.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 127 (50% from 255) = 77.91%
R=4.91%
G=17.18%
B=77.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8281270.940.7800.50229.9288.1526.47
Hex81C7F5E4E032e6581a
Octal103417713611606234613032
Binary100011100111111110111101001110011001011100110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,28,127); }

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

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

 a { background-color: rgb(8,28,127); }

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

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

 span { border-color: rgb(8,28,127); }

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