Html Css Color HEX #071532 Midnight Express

📋 copy color: '#071532'

red 7 ◦ green 21 ◦ blue 50

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

Shades of Midnight Express #071532

Tints of Midnight Express #071532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 64.1%

R = 8.97%
G = 26.92%
B = 64.1%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#071532 (or 0x071532) is known color: Midnight Express. HEX triplet: 07, 15 and 32. RGB value is (7,21,50). Sum of RGB (Red+Green+Blue) = 7+21+50=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #071532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071532 is #F8EACD. Grayscale: #131313. Windows color (decimal): -16313038 or 3282183. OLE color: 3282183.

HSL color Cylindrical-coordinate representation of color #071532: hue angle of 220.47º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071532 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 21 50 -
CMYK 0.86 0.58 0 0.80
HSL 220.47º 0.75% 0.11% -
HSV(B) 220.47º 0.86% 0.2% -
XYZ 0.93 0.81 3.13 -
YUV 20.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 7 21 50 0.86 0.58 0 0.80 220.47 0.75 0.11
Hex 7 15 32 56 3A 0 50 DC 4B B
Octal 7 25 62 126 72 0 120 334 113 13
Binary 111 10101 110010 1010110 111010 0 1010000 11011100 1001011 1011

Color Harmonies of #071532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071532

Black with #071532

Text Example


Text Example

White with #071532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071532; }

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

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

background-color css

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

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

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

border-color css

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

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

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