Html Css Color HEX #051C40 Midnight Express

📋 copy color: '#051C40'

red 5 ◦ green 28 ◦ blue 64

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

Shades of Midnight Express #051C40

Tints of Midnight Express #051C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.87%

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

R = 5.15%
G = 28.87%
B = 65.98%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051C40 (or 0x051C40) is known color: Midnight Express. HEX triplet: 05, 1C and 40. RGB value is (5,28,64). Sum of RGB (Red+Green+Blue) = 5+28+64=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #051C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C40 is #FAE3BF. Grayscale: #191919. Windows color (decimal): -16442304 or 4201477. OLE color: 4201477.

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

Color convert

RGB 5 28 64 -
CMYK 0.92 0.56 0 0.75
HSL 216.61º 0.86% 0.14% -
HSV(B) 216.61º 0.92% 0.25% -
XYZ 1.4 1.23 5.01 -
YUV 25.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 5 28 64 0.92 0.56 0 0.75 216.61 0.86 0.14
Hex 5 1C 40 5C 38 0 4B D9 56 E
Octal 5 34 100 134 70 0 113 331 126 16
Binary 101 11100 1000000 1011100 111000 0 1001011 11011001 1010110 1110

Color Harmonies of #051C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C40

Black with #051C40

Text Example


Text Example

White with #051C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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