Html Css Color HEX #071240 Midnight Express

📋 copy color: '#071240'

red 7 ◦ green 18 ◦ blue 64

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

Shades of Midnight Express #071240

Tints of Midnight Express #071240

RGB

 RED value IS 7 (3.13% from 255) = 7.87%

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

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

R = 7.87%
G = 20.22%
B = 71.91%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071240 (or 0x071240) is known color: Midnight Express. HEX triplet: 07, 12 and 40. RGB value is (7,18,64). Sum of RGB (Red+Green+Blue) = 7+18+64=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #071240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071240 is #F8EDBF. Grayscale: #131313. Windows color (decimal): -16313792 or 4198919. OLE color: 4198919.

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

Color convert

RGB 7 18 64 -
CMYK 0.89 0.72 0 0.75
HSL 228.42º 0.8% 0.14% -
HSV(B) 228.42º 0.89% 0.25% -
XYZ 1.23 0.85 4.95 -
YUV 19.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 7 18 64 0.89 0.72 0 0.75 228.42 0.8 0.14
Hex 7 12 40 59 48 0 4B E4 50 E
Octal 7 22 100 131 110 0 113 344 120 16
Binary 111 10010 1000000 1011001 1001000 0 1001011 11100100 1010000 1110

Color Harmonies of #071240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071240

Black with #071240

Text Example


Text Example

White with #071240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071240; }

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

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

background-color css

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

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

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

border-color css

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

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

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