Html Css Color HEX #081349 Midnight Express

📋 copy color: '#081349'

red 8 ◦ green 19 ◦ blue 73

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

Shades of Midnight Express #081349

Tints of Midnight Express #081349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19%

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

R = 8%
G = 19%
B = 73%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#081349 (or 0x081349) is known color: Midnight Express. HEX triplet: 08, 13 and 49. RGB value is (8,19,73). Sum of RGB (Red+Green+Blue) = 8+19+73=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 73 (28.91% from 255 or 73% from 100); Max value from RGB is 73 - color contains mainly: blue. Hex color #081349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081349 is #F7ECB6. Grayscale: #151515. Windows color (decimal): -16247991 or 4789000. OLE color: 4789000.

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

Color convert

RGB 8 19 73 -
CMYK 0.89 0.74 0 0.71
HSL 229.85º 0.8% 0.16% -
HSV(B) 229.85º 0.89% 0.29% -
XYZ 1.54 1 6.42 -
YUV 21.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 8 19 73 0.89 0.74 0 0.71 229.85 0.8 0.16
Hex 8 13 49 59 4A 0 47 E6 50 10
Octal 10 23 111 131 112 0 107 346 120 20
Binary 1000 10011 1001001 1011001 1001010 0 1000111 11100110 1010000 10000

Color Harmonies of #081349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081349

Black with #081349

Text Example


Text Example

White with #081349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081349; }

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

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

background-color css

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

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

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

border-color css

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

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

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