Html Css Color HEX #080C49 Midnight Express

📋 copy color: '#080C49'

red 8 ◦ green 12 ◦ blue 73

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

Shades of Midnight Express #080C49

Tints of Midnight Express #080C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.9%

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

R = 8.6%
G = 12.9%
B = 78.49%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080C49 (or 0x080C49) is known color: Midnight Express. HEX triplet: 08, 0C and 49. RGB value is (8,12,73). Sum of RGB (Red+Green+Blue) = 8+12+73=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #080C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C49 is #F7F3B6. Grayscale: #111111. Windows color (decimal): -16249783 or 4787208. OLE color: 4787208.

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

Color convert

RGB 8 12 73 -
CMYK 0.89 0.84 0 0.71
HSL 236.31º 0.8% 0.16% -
HSV(B) 236.31º 0.89% 0.29% -
XYZ 1.43 0.8 6.38 -
YUV 17.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 8 12 73 0.89 0.84 0 0.71 236.31 0.8 0.16
Hex 8 C 49 59 54 0 47 EC 50 10
Octal 10 14 111 131 124 0 107 354 120 20
Binary 1000 1100 1001001 1011001 1010100 0 1000111 11101100 1010000 10000

Color Harmonies of #080C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C49

Black with #080C49

Text Example


Text Example

White with #080C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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