Html Css Color HEX #051140 Midnight Express

📋 copy color: '#051140'

red 5 ◦ green 17 ◦ blue 64

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

Shades of Midnight Express #051140

Tints of Midnight Express #051140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

 BLUE value IS 64 (25.39% from 255) = 74.42%

R = 5.81%
G = 19.77%
B = 74.42%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051140 (or 0x051140) is known color: Midnight Express. HEX triplet: 05, 11 and 40. RGB value is (5,17,64). Sum of RGB (Red+Green+Blue) = 5+17+64=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 64 (25.39% from 255 or 74.42% from 86); Max value from RGB is 64 - color contains mainly: blue. Hex color #051140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051140 is #FAEEBF. Grayscale: #121212. Windows color (decimal): -16445120 or 4198661. OLE color: 4198661.

HSL color Cylindrical-coordinate representation of color #051140: hue angle of 227.8º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051140 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 17 64 -
CMYK 0.92 0.73 0 0.75
HSL 227.8º 0.86% 0.14% -
HSV(B) 227.8º 0.92% 0.25% -
XYZ 1.19 0.8 4.94 -
YUV 18.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 5 17 64 0.92 0.73 0 0.75 227.8 0.86 0.14
Hex 5 11 40 5C 49 0 4B E4 56 E
Octal 5 21 100 134 111 0 113 344 126 16
Binary 101 10001 1000000 1011100 1001001 0 1001011 11100100 1010110 1110

Color Harmonies of #051140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051140

Black with #051140

Text Example


Text Example

White with #051140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051140; }

 p { color: rgb(5,17,64); }

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

background-color css

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

 a { background-color: rgb(5,17,64); }

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

border-color css

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

 span { border-color: rgb(5,17,64); }

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