Html Css Color HEX #071540 Midnight Express

📋 copy color: '#071540'

red 7 ◦ green 21 ◦ blue 64

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

Shades of Midnight Express #071540

Tints of Midnight Express #071540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

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

R = 7.61%
G = 22.83%
B = 69.57%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071540 (or 0x071540) is known color: Midnight Express. HEX triplet: 07, 15 and 40. RGB value is (7,21,64). Sum of RGB (Red+Green+Blue) = 7+21+64=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #071540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071540 is #F8EABF. Grayscale: #151515. Windows color (decimal): -16313024 or 4199687. OLE color: 4199687.

HSL color Cylindrical-coordinate representation of color #071540: hue angle of 225.26º 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 #071540 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 21 64 -
CMYK 0.89 0.67 0 0.75
HSL 225.26º 0.8% 0.14% -
HSV(B) 225.26º 0.89% 0.25% -
XYZ 1.28 0.95 4.97 -
YUV 21.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 7 21 64 0.89 0.67 0 0.75 225.26 0.8 0.14
Hex 7 15 40 59 43 0 4B E1 50 E
Octal 7 25 100 131 103 0 113 341 120 16
Binary 111 10101 1000000 1011001 1000011 0 1001011 11100001 1010000 1110

Color Harmonies of #071540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071540

Black with #071540

Text Example


Text Example

White with #071540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071540; }

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

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

background-color css

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

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

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

border-color css

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

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

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