Html Css Color HEX #051631 Midnight Express

📋 copy color: '#051631'

red 5 ◦ green 22 ◦ blue 49

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

Shades of Midnight Express #051631

Tints of Midnight Express #051631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.95%

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

R = 6.58%
G = 28.95%
B = 64.47%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051631 (or 0x051631) is known color: Midnight Express. HEX triplet: 05, 16 and 31. RGB value is (5,22,49). Sum of RGB (Red+Green+Blue) = 5+22+49=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #051631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051631 is #FAE9CE. Grayscale: #131313. Windows color (decimal): -16443855 or 3216901. OLE color: 3216901.

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

Color convert

RGB 5 22 49 -
CMYK 0.90 0.55 0 0.81
HSL 216.82º 0.81% 0.11% -
HSV(B) 216.82º 0.9% 0.19% -
XYZ 0.9 0.83 3.02 -
YUV 20 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 5 22 49 0.90 0.55 0 0.81 216.82 0.81 0.11
Hex 5 16 31 5A 37 0 51 D9 51 B
Octal 5 26 61 132 67 0 121 331 121 13
Binary 101 10110 110001 1011010 110111 0 1010001 11011001 1010001 1011

Color Harmonies of #051631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051631

Black with #051631

Text Example


Text Example

White with #051631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051631; }

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

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

background-color css

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

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

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

border-color css

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

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

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