#080644

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

Shades of Midnight Express #080644

Tints of Midnight Express #080644

Color information

#080644 (or 0x080644) is unknown color: approx Midnight Express. HEX triplet: 08, 06 and 44. RGB value is (8,6,68). Sum of RGB (Red+Green+Blue) = 8+6+68=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 68 (26.95% from 255 or 82.93% from 82); Max value from RGB is 68 - color contains mainly: blue. Hex color #080644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080644 is #F7F9BB. Grayscale: #0D0D0D. Windows color (decimal): -16251324 or 4457992. OLE color: 4457992.

HSL color Cylindrical-coordinate representation of color #080644: hue angle of 241.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080644 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB8668-
CMYK0.880.9100.73
HSL241.94º83.78%14.51%-
HSV(B)241.94º91.18%26.67%-
XYZ1.210.65.52-
YUV13.67158.66123.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 68 (26.95% from 255) = 82.93%
R=9.76%
G=7.32%
B=82.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal86680.880.9100.73241.9483.7814.51
Hex8644585B049f254f
Octal106104130133011136212417
Binary1000110100010010110001011011010010011111001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080644; }

 p { color: rgb(8,6,68); }

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

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

 a { background-color: rgb(8,6,68); }

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

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

 span { border-color: rgb(8,6,68); }

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