Html Css Color HEX #081149 Midnight Express

📋 copy color: '#081149'

red 8 ◦ green 17 ◦ blue 73

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

Shades of Midnight Express #081149

Tints of Midnight Express #081149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

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

R = 8.16%
G = 17.35%
B = 74.49%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#081149 (or 0x081149) is known color: Midnight Express. HEX triplet: 08, 11 and 49. RGB value is (8,17,73). Sum of RGB (Red+Green+Blue) = 8+17+73=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #081149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081149 is #F7EEB6. Grayscale: #141414. Windows color (decimal): -16248503 or 4788488. OLE color: 4788488.

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

Color convert

RGB 8 17 73 -
CMYK 0.89 0.77 0 0.71
HSL 231.69º 0.8% 0.16% -
HSV(B) 231.69º 0.89% 0.29% -
XYZ 1.5 0.93 6.4 -
YUV 20.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 8 17 73 0.89 0.77 0 0.71 231.69 0.8 0.16
Hex 8 11 49 59 4D 0 47 E8 50 10
Octal 10 21 111 131 115 0 107 350 120 20
Binary 1000 10001 1001001 1011001 1001101 0 1000111 11101000 1010000 10000

Color Harmonies of #081149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081149

Black with #081149

Text Example


Text Example

White with #081149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081149; }

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

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

background-color css

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

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

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

border-color css

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

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

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