#051C40

Color #051C40 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #051C40

Tints of Midnight Express #051C40

Color information

#051C40 (or 0x051C40) is unknown color: approx 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

RGB52864-
CMYK0.920.5600.75
HSL216.61º85.51%13.53%-
HSV(B)216.61º92.19%25.1%-
XYZ1.41.235.01-
YUV25.23149.88113.57-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal528640.920.5600.75216.6185.5113.53
Hex51C405C3804Bd956e
Octal53410013470011333112616
Binary1011110010000001011100111000010010111101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>