#080444

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

Shades of Midnight Express #080444

Tints of Midnight Express #080444

Color information

#080444 (or 0x080444) is unknown color: approx Midnight Express. HEX triplet: 08, 04 and 44. RGB value is (8,4,68). Sum of RGB (Red+Green+Blue) = 8+4+68=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 68 (26.95% from 255 or 85% from 80); Max value from RGB is 68 - color contains mainly: blue. Hex color #080444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080444 is #F7FBBB. Grayscale: #0C0C0C. Windows color (decimal): -16251836 or 4457480. OLE color: 4457480.

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

Color convert

RGB8468-
CMYK0.880.9400.73
HSL243.75º88.89%14.12%-
HSV(B)243.75º94.12%26.67%-
XYZ1.190.565.51-
YUV12.49159.33124.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 68 (26.95% from 255) = 85%
R=10%
G=5%
B=85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal84680.880.9400.73243.7588.8914.12
Hex8444585E049f459e
Octal104104130136011136413116
Binary1000100100010010110001011110010010011111010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080444; }

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

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

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

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

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

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

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

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