#051340

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

Shades of Midnight Express #051340

Tints of Midnight Express #051340

Color information

#051340 (or 0x051340) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 40. RGB value is (5,19,64). Sum of RGB (Red+Green+Blue) = 5+19+64=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #051340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051340 is #FAECBF. Grayscale: #131313. Windows color (decimal): -16444608 or 4199173. OLE color: 4199173.

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

Color convert

RGB51964-
CMYK0.920.7000.75
HSL225.76º85.51%13.53%-
HSV(B)225.76º92.19%25.1%-
XYZ1.220.874.95-
YUV19.94152.86117.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 64 (25.39% from 255) = 72.73%
R=5.68%
G=21.59%
B=72.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal519640.920.7000.75225.7685.5113.53
Hex513405C4604Be256e
Octal523100134106011334212616
Binary10110011100000010111001000110010010111110001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051340; }

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

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

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

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

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

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

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

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