Html Css Color HEX #080139 Midnight Express

📋 copy color: '#080139'

red 8 ◦ green 1 ◦ blue 57

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

Shades of Midnight Express #080139

Tints of Midnight Express #080139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.52%

 BLUE value IS 57 (22.66% from 255) = 86.36%

R = 12.12%
G = 1.52%
B = 86.36%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080139 (or 0x080139) is known color: Midnight Express. HEX triplet: 08, 01 and 39. RGB value is (8,1,57). Sum of RGB (Red+Green+Blue) = 8+1+57=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 57 (22.66% from 255 or 86.36% from 66); Max value from RGB is 57 - color contains mainly: blue. Hex color #080139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080139 is #F7FEC6. Grayscale: #090909. Windows color (decimal): -16252615 or 3735816. OLE color: 3735816.

HSL color Cylindrical-coordinate representation of color #080139: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080139 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 1 57 -
CMYK 0.86 0.98 0 0.78
HSL 247.5º 0.97% 0.11% -
HSV(B) 247.5º 0.98% 0.22% -
XYZ 0.85 0.37 3.9 -
YUV 9.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 8 1 57 0.86 0.98 0 0.78 247.5 0.97 0.11
Hex 8 1 39 56 62 0 4E F8 61 B
Octal 10 1 71 126 142 0 116 370 141 13
Binary 1000 1 111001 1010110 1100010 0 1001110 11111000 1100001 1011

Color Harmonies of #080139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080139

Black with #080139

Text Example


Text Example

White with #080139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080139; }

 p { color: rgb(8,1,57); }

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

background-color css

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

 a { background-color: rgb(8,1,57); }

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

border-color css

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

 span { border-color: rgb(8,1,57); }

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