Html Css Color HEX #081249 Midnight Express

📋 copy color: '#081249'

red 8 ◦ green 18 ◦ blue 73

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

Shades of Midnight Express #081249

Tints of Midnight Express #081249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.18%

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

R = 8.08%
G = 18.18%
B = 73.74%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#081249 (or 0x081249) is known color: Midnight Express. HEX triplet: 08, 12 and 49. RGB value is (8,18,73). Sum of RGB (Red+Green+Blue) = 8+18+73=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #081249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081249 is #F7EDB6. Grayscale: #151515. Windows color (decimal): -16248247 or 4788744. OLE color: 4788744.

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

Color convert

RGB 8 18 73 -
CMYK 0.89 0.75 0 0.71
HSL 230.77º 0.8% 0.16% -
HSV(B) 230.77º 0.89% 0.29% -
XYZ 1.52 0.97 6.41 -
YUV 21.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 8 18 73 0.89 0.75 0 0.71 230.77 0.8 0.16
Hex 8 12 49 59 4B 0 47 E7 50 10
Octal 10 22 111 131 113 0 107 347 120 20
Binary 1000 10010 1001001 1011001 1001011 0 1000111 11100111 1010000 10000

Color Harmonies of #081249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081249

Black with #081249

Text Example


Text Example

White with #081249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081249; }

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

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

background-color css

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

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

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

border-color css

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

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

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