Html Css Color HEX #080440 Midnight Express

📋 copy color: '#080440'

red 8 ◦ green 4 ◦ blue 64

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

Shades of Midnight Express #080440

Tints of Midnight Express #080440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.26%

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

R = 10.53%
G = 5.26%
B = 84.21%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080440 (or 0x080440) is known color: Midnight Express. HEX triplet: 08, 04 and 40. RGB value is (8,4,64). Sum of RGB (Red+Green+Blue) = 8+4+64=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 64 (25.39% from 255 or 84.21% from 76); Max value from RGB is 64 - color contains mainly: blue. Hex color #080440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080440 is #F7FBBF. Grayscale: #0B0B0B. Windows color (decimal): -16251840 or 4195336. OLE color: 4195336.

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

Color convert

RGB 8 4 64 -
CMYK 0.87 0.94 0 0.75
HSL 244º 0.88% 0.13% -
HSV(B) 244º 0.94% 0.25% -
XYZ 1.07 0.51 4.89 -
YUV 12.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 8 4 64 0.87 0.94 0 0.75 244 0.88 0.13
Hex 8 4 40 57 5E 0 4B F4 58 D
Octal 10 4 100 127 136 0 113 364 130 15
Binary 1000 100 1000000 1010111 1011110 0 1001011 11110100 1011000 1101

Color Harmonies of #080440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080440

Black with #080440

Text Example


Text Example

White with #080440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080440; }

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

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

background-color css

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

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

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

border-color css

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

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

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