#051740

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

Shades of Midnight Express #051740

Tints of Midnight Express #051740

Color information

#051740 (or 0x051740) is unknown color: approx Midnight Express. HEX triplet: 05, 17 and 40. RGB value is (5,23,64). Sum of RGB (Red+Green+Blue) = 5+23+64=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #051740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051740 is #FAE8BF. Grayscale: #161616. Windows color (decimal): -16443584 or 4200197. OLE color: 4200197.

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

Color convert

RGB52364-
CMYK0.920.6400.75
HSL221.69º85.51%13.53%-
HSV(B)221.69º92.19%25.1%-
XYZ1.291.024.98-
YUV22.29151.54115.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 69.57%
R=5.43%
G=25%
B=69.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal523640.920.6400.75221.6985.5113.53
Hex517405C4004Bde56e
Octal527100134100011333612616
Binary10110111100000010111001000000010010111101111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051740; }

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

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

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

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

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

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

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

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