Html Css Color HEX #080F49 Midnight Express

📋 copy color: '#080F49'

red 8 ◦ green 15 ◦ blue 73

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

Shades of Midnight Express #080F49

Tints of Midnight Express #080F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.63%

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

R = 8.33%
G = 15.63%
B = 76.04%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080F49 (or 0x080F49) is known color: Midnight Express. HEX triplet: 08, 0F and 49. RGB value is (8,15,73). Sum of RGB (Red+Green+Blue) = 8+15+73=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #080F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F49 is #F7F0B6. Grayscale: #131313. Windows color (decimal): -16249015 or 4787976. OLE color: 4787976.

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

Color convert

RGB 8 15 73 -
CMYK 0.89 0.79 0 0.71
HSL 233.54º 0.8% 0.16% -
HSV(B) 233.54º 0.89% 0.29% -
XYZ 1.47 0.87 6.39 -
YUV 19.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 8 15 73 0.89 0.79 0 0.71 233.54 0.8 0.16
Hex 8 F 49 59 4F 0 47 EA 50 10
Octal 10 17 111 131 117 0 107 352 120 20
Binary 1000 1111 1001001 1011001 1001111 0 1000111 11101010 1010000 10000

Color Harmonies of #080F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F49

Black with #080F49

Text Example


Text Example

White with #080F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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