#080140

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

Shades of Midnight Express #080140

Tints of Midnight Express #080140

Color information

#080140 (or 0x080140) is unknown color: approx Midnight Express. HEX triplet: 08, 01 and 40. RGB value is (8,1,64). Sum of RGB (Red+Green+Blue) = 8+1+64=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 64 (25.39% from 255 or 87.67% from 73); Max value from RGB is 64 - color contains mainly: blue. Hex color #080140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080140 is #F7FEBF. Grayscale: #0A0A0A. Windows color (decimal): -16252608 or 4194568. OLE color: 4194568.

HSL color Cylindrical-coordinate representation of color #080140: hue angle of 246.67º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080140 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB8164-
CMYK0.870.9800.75
HSL246.67º96.92%12.75%-
HSV(B)246.67º98.44%25.1%-
XYZ1.040.444.88-
YUV10.28158.32126.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 64 (25.39% from 255) = 87.67%
R=10.96%
G=1.37%
B=87.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal81640.870.9800.75246.6796.9212.75
Hex8140576204Bf761d
Octal101100127142011336714115
Binary10001100000010101111100010010010111111011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080140; }

 p { color: rgb(8,1,64); }

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

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

 a { background-color: rgb(8,1,64); }

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

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

 span { border-color: rgb(8,1,64); }

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