Html Css Color HEX #081049 Midnight Express

📋 copy color: '#081049'

red 8 ◦ green 16 ◦ blue 73

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

Shades of Midnight Express #081049

Tints of Midnight Express #081049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.49%

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

R = 8.25%
G = 16.49%
B = 75.26%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#081049 (or 0x081049) is known color: Midnight Express. HEX triplet: 08, 10 and 49. RGB value is (8,16,73). Sum of RGB (Red+Green+Blue) = 8+16+73=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #081049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081049 is #F7EFB6. Grayscale: #131313. Windows color (decimal): -16248759 or 4788232. OLE color: 4788232.

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

Color convert

RGB 8 16 73 -
CMYK 0.89 0.78 0 0.71
HSL 232.62º 0.8% 0.16% -
HSV(B) 232.62º 0.89% 0.29% -
XYZ 1.49 0.9 6.4 -
YUV 20.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 8 16 73 0.89 0.78 0 0.71 232.62 0.8 0.16
Hex 8 10 49 59 4E 0 47 E9 50 10
Octal 10 20 111 131 116 0 107 351 120 20
Binary 1000 10000 1001001 1011001 1001110 0 1000111 11101001 1010000 10000

Color Harmonies of #081049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081049

Black with #081049

Text Example


Text Example

White with #081049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081049; }

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

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

background-color css

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

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

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

border-color css

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

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

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