#082047

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

Shades of Midnight Express #082047

Tints of Midnight Express #082047

Color information

#082047 (or 0x082047) is unknown color: approx Midnight Express. HEX triplet: 08, 20 and 47. RGB value is (8,32,71). Sum of RGB (Red+Green+Blue) = 8+32+71=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #082047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082047 is #F7DFB8. Grayscale: #1D1D1D. Windows color (decimal): -16244665 or 4661256. OLE color: 4661256.

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

Color convert

RGB83271-
CMYK0.890.5500.72
HSL217.14º79.75%15.49%-
HSV(B)217.14º88.73%27.84%-
XYZ1.751.546.17-
YUV29.27151.55112.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 71 (28.12% from 255) = 63.96%
R=7.21%
G=28.83%
B=63.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal832710.890.5500.72217.1479.7515.49
Hex820475937048d950f
Octal104010713167011033112017
Binary100010000010001111011001110111010010001101100110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082047; }

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

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

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

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

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

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

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

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