Html Css Color HEX #081949 Midnight Express

📋 copy color: '#081949'

red 8 ◦ green 25 ◦ blue 73

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

Shades of Midnight Express #081949

Tints of Midnight Express #081949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

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

R = 7.55%
G = 23.58%
B = 68.87%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#081949 (or 0x081949) is known color: Midnight Express. HEX triplet: 08, 19 and 49. RGB value is (8,25,73). Sum of RGB (Red+Green+Blue) = 8+25+73=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #081949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081949 is #F7E6B6. Grayscale: #191919. Windows color (decimal): -16246455 or 4790536. OLE color: 4790536.

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

Color convert

RGB 8 25 73 -
CMYK 0.89 0.66 0 0.71
HSL 224.31º 0.8% 0.16% -
HSV(B) 224.31º 0.89% 0.29% -
XYZ 1.65 1.23 6.45 -
YUV 25.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 8 25 73 0.89 0.66 0 0.71 224.31 0.8 0.16
Hex 8 19 49 59 42 0 47 E0 50 10
Octal 10 31 111 131 102 0 107 340 120 20
Binary 1000 11001 1001001 1011001 1000010 0 1000111 11100000 1010000 10000

Color Harmonies of #081949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081949

Black with #081949

Text Example


Text Example

White with #081949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081949; }

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

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

background-color css

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

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

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

border-color css

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

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

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