Html Css Color HEX #080841 Midnight Express

📋 copy color: '#080841'

red 8 ◦ green 8 ◦ blue 65

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

Shades of Midnight Express #080841

Tints of Midnight Express #080841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.88%

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

R = 9.88%
G = 9.88%
B = 80.25%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080841 (or 0x080841) is known color: Midnight Express. HEX triplet: 08, 08 and 41. RGB value is (8,8,65). Sum of RGB (Red+Green+Blue) = 8+8+65=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 65 (25.78% from 255 or 80.25% from 81); Max value from RGB is 65 - color contains mainly: blue. Hex color #080841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080841 is #F7F7BE. Grayscale: #0E0E0E. Windows color (decimal): -16250815 or 4261896. OLE color: 4261896.

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

Color convert

RGB 8 8 65 -
CMYK 0.88 0.88 0 0.75
HSL 240º 0.78% 0.14% -
HSV(B) 240º 0.88% 0.25% -
XYZ 1.14 0.61 5.06 -
YUV 14.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 8 8 65 0.88 0.88 0 0.75 240 0.78 0.14
Hex 8 8 41 58 58 0 4B F0 4E E
Octal 10 10 101 130 130 0 113 360 116 16
Binary 1000 1000 1000001 1011000 1011000 0 1001011 11110000 1001110 1110

Color Harmonies of #080841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080841

Black with #080841

Text Example


Text Example

White with #080841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080841; }

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

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

background-color css

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

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

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

border-color css

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

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

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