Html Css Color HEX #080740 Midnight Express

📋 copy color: '#080740'

red 8 ◦ green 7 ◦ blue 64

#080740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #080740

Tints of Midnight Express #080740

RGB

 RED value IS 8 (3.52% from 255) = 10.13%

 GREEN value IS 7 (3.13% from 255) = 8.86%

 BLUE value IS 64 (25.39% from 255) = 81.01%

R = 10.13%
G = 8.86%
B = 81.01%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080740 (or 0x080740) is known color: Midnight Express. HEX triplet: 08, 07 and 40. RGB value is (8,7,64). Sum of RGB (Red+Green+Blue) = 8+7+64=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 64 (25.39% from 255 or 81.01% from 79); Max value from RGB is 64 - color contains mainly: blue. Hex color #080740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080740 is #F7F8BF. Grayscale: #0D0D0D. Windows color (decimal): -16251072 or 4196104. OLE color: 4196104.

HSL color Cylindrical-coordinate representation of color #080740: hue angle of 241.05º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080740 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 7 64 -
CMYK 0.87 0.89 0 0.75
HSL 241.05º 0.8% 0.14% -
HSV(B) 241.05º 0.89% 0.25% -
XYZ 1.1 0.57 4.9 -
YUV 13.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 8 7 64 0.87 0.89 0 0.75 241.05 0.8 0.14
Hex 8 7 40 57 59 0 4B F1 50 E
Octal 10 7 100 127 131 0 113 361 120 16
Binary 1000 111 1000000 1010111 1011001 0 1001011 11110001 1010000 1110

Color Harmonies of #080740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080740

Black with #080740

Text Example


Text Example

White with #080740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080740; }

 p { color: rgb(8,7,64); }

 H1.HeaderClassName
 {
   color: #080740;
 }
 .AnyTagClassName
 {
   color: #080740;
 }
</style>

background-color css

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

 a { background-color: rgb(8,7,64); }

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

border-color css

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

 span { border-color: rgb(8,7,64); }

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