Html Css Color HEX #081449 Midnight Express

📋 copy color: '#081449'

red 8 ◦ green 20 ◦ blue 73

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

Shades of Midnight Express #081449

Tints of Midnight Express #081449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 7.92%
G = 19.8%
B = 72.28%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#081449 (or 0x081449) is known color: Midnight Express. HEX triplet: 08, 14 and 49. RGB value is (8,20,73). Sum of RGB (Red+Green+Blue) = 8+20+73=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #081449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081449 is #F7EBB6. Grayscale: #161616. Windows color (decimal): -16247735 or 4789256. OLE color: 4789256.

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

Color convert

RGB 8 20 73 -
CMYK 0.89 0.73 0 0.71
HSL 228.92º 0.8% 0.16% -
HSV(B) 228.92º 0.89% 0.29% -
XYZ 1.55 1.03 6.42 -
YUV 22.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 8 20 73 0.89 0.73 0 0.71 228.92 0.8 0.16
Hex 8 14 49 59 49 0 47 E5 50 10
Octal 10 24 111 131 111 0 107 345 120 20
Binary 1000 10100 1001001 1011001 1001001 0 1000111 11100101 1010000 10000

Color Harmonies of #081449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081449

Black with #081449

Text Example


Text Example

White with #081449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081449; }

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

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

background-color css

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

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

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

border-color css

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

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

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