Html Css Color HEX #080949 Midnight Express

📋 copy color: '#080949'

red 8 ◦ green 9 ◦ blue 73

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

Shades of Midnight Express #080949

Tints of Midnight Express #080949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10%

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

R = 8.89%
G = 10%
B = 81.11%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080949 (or 0x080949) is known color: Midnight Express. HEX triplet: 08, 09 and 49. RGB value is (8,9,73). Sum of RGB (Red+Green+Blue) = 8+9+73=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 73 (28.91% from 255 or 81.11% from 90); Max value from RGB is 73 - color contains mainly: blue. Hex color #080949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080949 is #F7F6B6. Grayscale: #0F0F0F. Windows color (decimal): -16250551 or 4786440. OLE color: 4786440.

HSL color Cylindrical-coordinate representation of color #080949: hue angle of 239.08º 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 #080949 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 9 73 -
CMYK 0.89 0.88 0 0.71
HSL 239.08º 0.8% 0.16% -
HSV(B) 239.08º 0.89% 0.29% -
XYZ 1.4 0.73 6.37 -
YUV 16 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 8 9 73 0.89 0.88 0 0.71 239.08 0.8 0.16
Hex 8 9 49 59 58 0 47 EF 50 10
Octal 10 11 111 131 130 0 107 357 120 20
Binary 1000 1001 1001001 1011001 1011000 0 1000111 11101111 1010000 10000

Color Harmonies of #080949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080949

Black with #080949

Text Example


Text Example

White with #080949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080949; }

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

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

background-color css

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

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

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

border-color css

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

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

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