#080747

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

Shades of Midnight Express #080747

Tints of Midnight Express #080747

Color information

#080747 (or 0x080747) is unknown color: approx Midnight Express. HEX triplet: 08, 07 and 47. RGB value is (8,7,71). Sum of RGB (Red+Green+Blue) = 8+7+71=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #080747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080747 is #F7F8B8. Grayscale: #0E0E0E. Windows color (decimal): -16251065 or 4654856. OLE color: 4654856.

HSL color Cylindrical-coordinate representation of color #080747: hue angle of 240.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080747 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB8771-
CMYK0.890.9000.72
HSL240.94º82.05%15.29%-
HSV(B)240.94º90.14%27.84%-
XYZ1.310.666.02-
YUV14.6159.83123.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 71 (28.12% from 255) = 82.56%
R=9.30%
G=8.14%
B=82.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal87710.890.9000.72240.9482.0515.29
Hex8747595A048f152f
Octal107107131132011036112217
Binary1000111100011110110011011010010010001111000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080747; }

 p { color: rgb(8,7,71); }

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

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

 a { background-color: rgb(8,7,71); }

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

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

 span { border-color: rgb(8,7,71); }

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