Html Css Color HEX #051331 Midnight Express

📋 copy color: '#051331'

red 5 ◦ green 19 ◦ blue 49

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

Shades of Midnight Express #051331

Tints of Midnight Express #051331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

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

R = 6.85%
G = 26.03%
B = 67.12%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051331 (or 0x051331) is known color: Midnight Express. HEX triplet: 05, 13 and 31. RGB value is (5,19,49). Sum of RGB (Red+Green+Blue) = 5+19+49=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #051331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051331 is #FAECCE. Grayscale: #121212. Windows color (decimal): -16444623 or 3216133. OLE color: 3216133.

HSL color Cylindrical-coordinate representation of color #051331: hue angle of 220.91º 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 #051331 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 19 49 -
CMYK 0.90 0.61 0 0.81
HSL 220.91º 0.81% 0.11% -
HSV(B) 220.91º 0.9% 0.19% -
XYZ 0.85 0.72 3 -
YUV 18.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 5 19 49 0.90 0.61 0 0.81 220.91 0.81 0.11
Hex 5 13 31 5A 3D 0 51 DD 51 B
Octal 5 23 61 132 75 0 121 335 121 13
Binary 101 10011 110001 1011010 111101 0 1010001 11011101 1010001 1011

Color Harmonies of #051331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051331

Black with #051331

Text Example


Text Example

White with #051331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051331; }

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

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

background-color css

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

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

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

border-color css

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

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

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