Html Css Color HEX #051531 Midnight Express

📋 copy color: '#051531'

red 5 ◦ green 21 ◦ blue 49

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

Shades of Midnight Express #051531

Tints of Midnight Express #051531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28%

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

R = 6.67%
G = 28%
B = 65.33%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051531 (or 0x051531) is known color: Midnight Express. HEX triplet: 05, 15 and 31. RGB value is (5,21,49). Sum of RGB (Red+Green+Blue) = 5+21+49=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #051531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051531 is #FAEACE. Grayscale: #131313. Windows color (decimal): -16444111 or 3216645. OLE color: 3216645.

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

Color convert

RGB 5 21 49 -
CMYK 0.90 0.57 0 0.81
HSL 218.18º 0.81% 0.11% -
HSV(B) 218.18º 0.9% 0.19% -
XYZ 0.89 0.79 3.01 -
YUV 19.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 5 21 49 0.90 0.57 0 0.81 218.18 0.81 0.11
Hex 5 15 31 5A 39 0 51 DA 51 B
Octal 5 25 61 132 71 0 121 332 121 13
Binary 101 10101 110001 1011010 111001 0 1010001 11011010 1010001 1011

Color Harmonies of #051531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051531

Black with #051531

Text Example


Text Example

White with #051531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051531; }

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

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

background-color css

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

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

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

border-color css

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

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

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