Html Css Color HEX #051540 Midnight Express

📋 copy color: '#051540'

red 5 ◦ green 21 ◦ blue 64

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

Shades of Midnight Express #051540

Tints of Midnight Express #051540

RGB

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

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

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

R = 5.56%
G = 23.33%
B = 71.11%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051540 (or 0x051540) is known color: Midnight Express. HEX triplet: 05, 15 and 40. RGB value is (5,21,64). Sum of RGB (Red+Green+Blue) = 5+21+64=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #051540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051540 is #FAEABF. Grayscale: #141414. Windows color (decimal): -16444096 or 4199685. OLE color: 4199685.

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

Color convert

RGB 5 21 64 -
CMYK 0.92 0.67 0 0.75
HSL 223.73º 0.86% 0.14% -
HSV(B) 223.73º 0.92% 0.25% -
XYZ 1.26 0.94 4.97 -
YUV 21.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 5 21 64 0.92 0.67 0 0.75 223.73 0.86 0.14
Hex 5 15 40 5C 43 0 4B E0 56 E
Octal 5 25 100 134 103 0 113 340 126 16
Binary 101 10101 1000000 1011100 1000011 0 1001011 11100000 1010110 1110

Color Harmonies of #051540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051540

Black with #051540

Text Example


Text Example

White with #051540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051540; }

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

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

background-color css

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

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

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

border-color css

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

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

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