#080645

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

Shades of Midnight Express #080645

Tints of Midnight Express #080645

Color information

#080645 (or 0x080645) is unknown color: approx Midnight Express. HEX triplet: 08, 06 and 45. RGB value is (8,6,69). Sum of RGB (Red+Green+Blue) = 8+6+69=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 69 (27.34% from 255 or 83.13% from 83); Max value from RGB is 69 - color contains mainly: blue. Hex color #080645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080645 is #F7F9BA. Grayscale: #0D0D0D. Windows color (decimal): -16251323 or 4523528. OLE color: 4523528.

HSL color Cylindrical-coordinate representation of color #080645: hue angle of 241.9º 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 #080645 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB8669-
CMYK0.880.9100.73
HSL241.9º84%14.71%-
HSV(B)241.9º91.3%27.06%-
XYZ1.240.615.68-
YUV13.78159.16123.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.64%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 69 (27.34% from 255) = 83.13%
R=9.64%
G=7.23%
B=83.13%

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
Decimal86690.880.9100.73241.98414.71
Hex8645585B049f254f
Octal106105130133011136212417
Binary1000110100010110110001011011010010011111001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080645; }

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

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

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

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

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

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

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

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