Html Css Color HEX #051431 Midnight Express

📋 copy color: '#051431'

red 5 ◦ green 20 ◦ blue 49

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

Shades of Midnight Express #051431

Tints of Midnight Express #051431

RGB

 RED value IS 5 (2.34% from 255) = 6.76%

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

 BLUE value IS 49 (19.53% from 255) = 66.22%

R = 6.76%
G = 27.03%
B = 66.22%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051431 (or 0x051431) is known color: Midnight Express. HEX triplet: 05, 14 and 31. RGB value is (5,20,49). Sum of RGB (Red+Green+Blue) = 5+20+49=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #051431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051431 is #FAEBCE. Grayscale: #121212. Windows color (decimal): -16444367 or 3216389. OLE color: 3216389.

HSL color Cylindrical-coordinate representation of color #051431: hue angle of 219.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051431 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 20 49 -
CMYK 0.90 0.59 0 0.81
HSL 219.55º 0.81% 0.11% -
HSV(B) 219.55º 0.9% 0.19% -
XYZ 0.87 0.75 3.01 -
YUV 18.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 5 20 49 0.90 0.59 0 0.81 219.55 0.81 0.11
Hex 5 14 31 5A 3B 0 51 DC 51 B
Octal 5 24 61 132 73 0 121 334 121 13
Binary 101 10100 110001 1011010 111011 0 1010001 11011100 1010001 1011

Color Harmonies of #051431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051431

Black with #051431

Text Example


Text Example

White with #051431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051431; }

 p { color: rgb(5,20,49); }

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

background-color css

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

 a { background-color: rgb(5,20,49); }

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

border-color css

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

 span { border-color: rgb(5,20,49); }

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