#080546

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

Shades of Midnight Express #080546

Tints of Midnight Express #080546

Color information

#080546 (or 0x080546) is unknown color: approx Midnight Express. HEX triplet: 08, 05 and 46. RGB value is (8,5,70). Sum of RGB (Red+Green+Blue) = 8+5+70=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 70 (27.73% from 255 or 84.34% from 83); Max value from RGB is 70 - color contains mainly: blue. Hex color #080546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080546 is #F7FAB9. Grayscale: #0D0D0D. Windows color (decimal): -16251578 or 4588808. OLE color: 4588808.

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

Color convert

RGB8570-
CMYK0.890.9300.73
HSL242.77º86.67%14.71%-
HSV(B)242.77º92.86%27.45%-
XYZ1.260.65.84-
YUV13.31159.99124.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.64%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 70 (27.73% from 255) = 84.34%
R=9.64%
G=6.02%
B=84.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal85700.890.9300.73242.7786.6714.71
Hex8546595D049f357f
Octal105106131135011136312717
Binary1000101100011010110011011101010010011111001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080546; }

 p { color: rgb(8,5,70); }

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

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

 a { background-color: rgb(8,5,70); }

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

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

 span { border-color: rgb(8,5,70); }

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