#080138

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

Shades of Midnight Express #080138

Tints of Midnight Express #080138

Color information

#080138 (or 0x080138) is unknown color: approx Midnight Express. HEX triplet: 08, 01 and 38. RGB value is (8,1,56). Sum of RGB (Red+Green+Blue) = 8+1+56=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 56 (22.27% from 255 or 86.15% from 65); Max value from RGB is 56 - color contains mainly: blue. Hex color #080138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080138 is #F7FEC7. Grayscale: #090909. Windows color (decimal): -16252616 or 3670280. OLE color: 3670280.

HSL color Cylindrical-coordinate representation of color #080138: hue angle of 247.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080138 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB8156-
CMYK0.860.9800.78
HSL247.64º96.49%11.18%-
HSV(B)247.64º98.21%21.96%-
XYZ0.820.363.77-
YUV9.36154.32127.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.31%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 56 (22.27% from 255) = 86.15%
R=12.31%
G=1.54%
B=86.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal81560.860.9800.78247.6496.4911.18
Hex8138566204Ef860b
Octal10170126142011637014013
Binary1000111100010101101100010010011101111100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080138; }

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

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

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

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

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

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

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

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