#051440

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

Shades of Midnight Express #051440

Tints of Midnight Express #051440

Color information

#051440 (or 0x051440) is unknown color: approx Midnight Express. HEX triplet: 05, 14 and 40. RGB value is (5,20,64). Sum of RGB (Red+Green+Blue) = 5+20+64=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #051440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051440 is #FAEBBF. Grayscale: #141414. Windows color (decimal): -16444352 or 4199429. OLE color: 4199429.

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

Color convert

RGB52064-
CMYK0.920.6900.75
HSL224.75º85.51%13.53%-
HSV(B)224.75º92.19%25.1%-
XYZ1.240.94.96-
YUV20.53152.53116.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 64 (25.39% from 255) = 71.91%
R=5.62%
G=22.47%
B=71.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal520640.920.6900.75224.7585.5113.53
Hex514405C4504Be156e
Octal524100134105011334112616
Binary10110100100000010111001000101010010111110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051440; }

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

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

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

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

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

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

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

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