Html Css Color HEX #080140 Midnight Express

📋 copy color: '#080140'

red 8 ◦ green 1 ◦ blue 64

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

Shades of Midnight Express #080140

Tints of Midnight Express #080140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 87.67%

R = 10.96%
G = 1.37%
B = 87.67%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080140 (or 0x080140) is known color: Midnight Express. HEX triplet: 08, 01 and 40. RGB value is (8,1,64). Sum of RGB (Red+Green+Blue) = 8+1+64=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 64 (25.39% from 255 or 87.67% from 73); Max value from RGB is 64 - color contains mainly: blue. Hex color #080140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080140 is #F7FEBF. Grayscale: #0A0A0A. Windows color (decimal): -16252608 or 4194568. OLE color: 4194568.

HSL color Cylindrical-coordinate representation of color #080140: hue angle of 246.67º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080140 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 1 64 -
CMYK 0.87 0.98 0 0.75
HSL 246.67º 0.97% 0.13% -
HSV(B) 246.67º 0.98% 0.25% -
XYZ 1.04 0.44 4.88 -
YUV 10.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 8 1 64 0.87 0.98 0 0.75 246.67 0.97 0.13
Hex 8 1 40 57 62 0 4B F7 61 D
Octal 10 1 100 127 142 0 113 367 141 15
Binary 1000 1 1000000 1010111 1100010 0 1001011 11110111 1100001 1101

Color Harmonies of #080140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080140

Black with #080140

Text Example


Text Example

White with #080140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080140; }

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

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

background-color css

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

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

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

border-color css

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

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

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