#051146

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

Shades of Midnight Express #051146

Tints of Midnight Express #051146

Color information

#051146 (or 0x051146) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 46. RGB value is (5,17,70). Sum of RGB (Red+Green+Blue) = 5+17+70=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #051146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051146 is #FAEEB9. Grayscale: #131313. Windows color (decimal): -16445114 or 4591877. OLE color: 4591877.

HSL color Cylindrical-coordinate representation of color #051146: hue angle of 228.92º 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 #051146 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB51770-
CMYK0.930.7600.73
HSL228.92º86.67%14.71%-
HSV(B)228.92º92.86%27.45%-
XYZ1.370.885.89-
YUV19.45156.52117.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 70 (27.73% from 255) = 76.09%
R=5.43%
G=18.48%
B=76.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal517700.930.7600.73228.9286.6714.71
Hex511465D4C049e557f
Octal521106135114011134512717
Binary10110001100011010111011001100010010011110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051146; }

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

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

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

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

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

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

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

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