#051A40

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

Shades of Midnight Express #051A40

Tints of Midnight Express #051A40

Color information

#051A40 (or 0x051A40) is unknown color: approx Midnight Express. HEX triplet: 05, 1A and 40. RGB value is (5,26,64). Sum of RGB (Red+Green+Blue) = 5+26+64=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #051A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A40 is #FAE5BF. Grayscale: #171717. Windows color (decimal): -16442816 or 4200965. OLE color: 4200965.

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

Color convert

RGB52664-
CMYK0.920.5900.75
HSL218.64º85.51%13.53%-
HSV(B)218.64º92.19%25.1%-
XYZ1.361.145-
YUV24.05150.54114.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 64 (25.39% from 255) = 67.37%
R=5.26%
G=27.37%
B=67.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal526640.920.5900.75218.6485.5113.53
Hex51A405C3B04Bdb56e
Octal53210013473011333312616
Binary1011101010000001011100111011010010111101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #051A40;
 }
 .AnyTagClassName
 {
   color: #051A40;
 }
</style>
background-color css

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

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

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

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

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

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