Html Css Color HEX #080441 Midnight Express

📋 copy color: '#080441'

red 8 ◦ green 4 ◦ blue 65

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

Shades of Midnight Express #080441

Tints of Midnight Express #080441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 84.42%

R = 10.39%
G = 5.19%
B = 84.42%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080441 (or 0x080441) is known color: Midnight Express. HEX triplet: 08, 04 and 41. RGB value is (8,4,65). Sum of RGB (Red+Green+Blue) = 8+4+65=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 65 (25.78% from 255 or 84.42% from 77); Max value from RGB is 65 - color contains mainly: blue. Hex color #080441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080441 is #F7FBBE. Grayscale: #0B0B0B. Windows color (decimal): -16251839 or 4260872. OLE color: 4260872.

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

Color convert

RGB 8 4 65 -
CMYK 0.88 0.94 0 0.75
HSL 243.93º 0.88% 0.14% -
HSV(B) 243.93º 0.94% 0.25% -
XYZ 1.1 0.52 5.04 -
YUV 12.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 8 4 65 0.88 0.94 0 0.75 243.93 0.88 0.14
Hex 8 4 41 58 5E 0 4B F4 58 E
Octal 10 4 101 130 136 0 113 364 130 16
Binary 1000 100 1000001 1011000 1011110 0 1001011 11110100 1011000 1110

Color Harmonies of #080441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080441

Black with #080441

Text Example


Text Example

White with #080441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080441; }

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

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

background-color css

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

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

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

border-color css

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

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

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