Html Css Color HEX #051031 Midnight Express

📋 copy color: '#051031'

red 5 ◦ green 16 ◦ blue 49

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

Shades of Midnight Express #051031

Tints of Midnight Express #051031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

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

R = 7.14%
G = 22.86%
B = 70%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051031 (or 0x051031) is known color: Midnight Express. HEX triplet: 05, 10 and 31. RGB value is (5,16,49). Sum of RGB (Red+Green+Blue) = 5+16+49=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #051031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051031 is #FAEFCE. Grayscale: #101010. Windows color (decimal): -16445391 or 3215365. OLE color: 3215365.

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

Color convert

RGB 5 16 49 -
CMYK 0.90 0.67 0 0.81
HSL 225º 0.81% 0.11% -
HSV(B) 225º 0.9% 0.19% -
XYZ 0.8 0.62 2.98 -
YUV 16.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 5 16 49 0.90 0.67 0 0.81 225 0.81 0.11
Hex 5 10 31 5A 43 0 51 E1 51 B
Octal 5 20 61 132 103 0 121 341 121 13
Binary 101 10000 110001 1011010 1000011 0 1010001 11100001 1010001 1011

Color Harmonies of #051031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051031

Black with #051031

Text Example


Text Example

White with #051031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051031; }

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

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

background-color css

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

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

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

border-color css

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

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

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