#051546

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

Shades of Midnight Express #051546

Tints of Midnight Express #051546

Color information

#051546 (or 0x051546) is unknown color: approx Midnight Express. HEX triplet: 05, 15 and 46. RGB value is (5,21,70). Sum of RGB (Red+Green+Blue) = 5+21+70=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #051546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051546 is #FAEAB9. Grayscale: #151515. Windows color (decimal): -16444090 or 4592901. OLE color: 4592901.

HSL color Cylindrical-coordinate representation of color #051546: hue angle of 225.23º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051546 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52170-
CMYK0.930.7000.73
HSL225.23º86.67%14.71%-
HSV(B)225.23º92.86%27.45%-
XYZ1.441.015.91-
YUV21.8155.2116.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 70 (27.73% from 255) = 72.92%
R=5.21%
G=21.88%
B=72.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal521700.930.7000.73225.2386.6714.71
Hex515465D46049e157f
Octal525106135106011134112717
Binary10110101100011010111011000110010010011110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051546; }

 p { color: rgb(5,21,70); }

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

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

 a { background-color: rgb(5,21,70); }

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

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

 span { border-color: rgb(5,21,70); }

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