Html Css Color HEX #071432 Midnight Express

📋 copy color: '#071432'

red 7 ◦ green 20 ◦ blue 50

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

Shades of Midnight Express #071432

Tints of Midnight Express #071432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

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

R = 9.09%
G = 25.97%
B = 64.94%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#071432 (or 0x071432) is known color: Midnight Express. HEX triplet: 07, 14 and 32. RGB value is (7,20,50). Sum of RGB (Red+Green+Blue) = 7+20+50=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #071432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071432 is #F8EBCD. Grayscale: #131313. Windows color (decimal): -16313294 or 3281927. OLE color: 3281927.

HSL color Cylindrical-coordinate representation of color #071432: hue angle of 221.86º 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 #071432 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 20 50 -
CMYK 0.86 0.60 0 0.80
HSL 221.86º 0.75% 0.11% -
HSV(B) 221.86º 0.86% 0.2% -
XYZ 0.91 0.78 3.12 -
YUV 19.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 7 20 50 0.86 0.60 0 0.80 221.86 0.75 0.11
Hex 7 14 32 56 3C 0 50 DE 4B B
Octal 7 24 62 126 74 0 120 336 113 13
Binary 111 10100 110010 1010110 111100 0 1010000 11011110 1001011 1011

Color Harmonies of #071432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071432

Black with #071432

Text Example


Text Example

White with #071432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071432; }

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

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

background-color css

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

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

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

border-color css

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

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

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