Html Css Color HEX #081240 Midnight Express

📋 copy color: '#081240'

red 8 ◦ green 18 ◦ blue 64

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

Shades of Midnight Express #081240

Tints of Midnight Express #081240

RGB

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

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

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

R = 8.89%
G = 20%
B = 71.11%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#081240 (or 0x081240) is known color: Midnight Express. HEX triplet: 08, 12 and 40. RGB value is (8,18,64). Sum of RGB (Red+Green+Blue) = 8+18+64=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #081240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081240 is #F7EDBF. Grayscale: #141414. Windows color (decimal): -16248256 or 4198920. OLE color: 4198920.

HSL color Cylindrical-coordinate representation of color #081240: hue angle of 229.29º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081240 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 18 64 -
CMYK 0.87 0.72 0 0.75
HSL 229.29º 0.78% 0.14% -
HSV(B) 229.29º 0.88% 0.25% -
XYZ 1.24 0.85 4.95 -
YUV 20.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 8 18 64 0.87 0.72 0 0.75 229.29 0.78 0.14
Hex 8 12 40 57 48 0 4B E5 4E E
Octal 10 22 100 127 110 0 113 345 116 16
Binary 1000 10010 1000000 1010111 1001000 0 1001011 11100101 1001110 1110

Color Harmonies of #081240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081240

Black with #081240

Text Example


Text Example

White with #081240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081240; }

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

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

background-color css

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

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

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

border-color css

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

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

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