Html Css Color HEX #080540 Midnight Express

📋 copy color: '#080540'

red 8 ◦ green 5 ◦ blue 64

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

Shades of Midnight Express #080540

Tints of Midnight Express #080540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.49%

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

R = 10.39%
G = 6.49%
B = 83.12%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080540 (or 0x080540) is known color: Midnight Express. HEX triplet: 08, 05 and 40. RGB value is (8,5,64). Sum of RGB (Red+Green+Blue) = 8+5+64=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 64 (25.39% from 255 or 83.12% from 77); Max value from RGB is 64 - color contains mainly: blue. Hex color #080540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080540 is #F7FABF. Grayscale: #0C0C0C. Windows color (decimal): -16251584 or 4195592. OLE color: 4195592.

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

Color convert

RGB 8 5 64 -
CMYK 0.87 0.92 0 0.75
HSL 243.05º 0.86% 0.14% -
HSV(B) 243.05º 0.92% 0.25% -
XYZ 1.08 0.53 4.9 -
YUV 12.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 8 5 64 0.87 0.92 0 0.75 243.05 0.86 0.14
Hex 8 5 40 57 5C 0 4B F3 56 E
Octal 10 5 100 127 134 0 113 363 126 16
Binary 1000 101 1000000 1010111 1011100 0 1001011 11110011 1010110 1110

Color Harmonies of #080540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080540

Black with #080540

Text Example


Text Example

White with #080540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080540; }

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

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

background-color css

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

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

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

border-color css

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

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

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