Html Css Color HEX #080849 Midnight Express

📋 copy color: '#080849'

red 8 ◦ green 8 ◦ blue 73

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

Shades of Midnight Express #080849

Tints of Midnight Express #080849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 82.02%

R = 8.99%
G = 8.99%
B = 82.02%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080849 (or 0x080849) is known color: Midnight Express. HEX triplet: 08, 08 and 49. RGB value is (8,8,73). Sum of RGB (Red+Green+Blue) = 8+8+73=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 73 (28.91% from 255 or 82.02% from 89); Max value from RGB is 73 - color contains mainly: blue. Hex color #080849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080849 is #F7F7B6. Grayscale: #0F0F0F. Windows color (decimal): -16250807 or 4786184. OLE color: 4786184.

HSL color Cylindrical-coordinate representation of color #080849: hue angle of 240º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080849 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 8 73 -
CMYK 0.89 0.89 0 0.71
HSL 240º 0.8% 0.16% -
HSV(B) 240º 0.89% 0.29% -
XYZ 1.39 0.71 6.37 -
YUV 15.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 8 8 73 0.89 0.89 0 0.71 240 0.8 0.16
Hex 8 8 49 59 59 0 47 F0 50 10
Octal 10 10 111 131 131 0 107 360 120 20
Binary 1000 1000 1001001 1011001 1011001 0 1000111 11110000 1010000 10000

Color Harmonies of #080849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080849

Black with #080849

Text Example


Text Example

White with #080849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080849; }

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

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

background-color css

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

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

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

border-color css

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

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

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