#051046

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

Shades of Midnight Express #051046

Tints of Midnight Express #051046

Color information

#051046 (or 0x051046) is unknown color: approx Midnight Express. HEX triplet: 05, 10 and 46. RGB value is (5,16,70). Sum of RGB (Red+Green+Blue) = 5+16+70=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #051046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051046 is #FAEFB9. Grayscale: #121212. Windows color (decimal): -16445370 or 4591621. OLE color: 4591621.

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

Color convert

RGB51670-
CMYK0.930.7700.73
HSL229.85º86.67%14.71%-
HSV(B)229.85º92.86%27.45%-
XYZ1.350.855.89-
YUV18.87156.86118.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 70 (27.73% from 255) = 76.92%
R=5.49%
G=17.58%
B=76.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal516700.930.7700.73229.8586.6714.71
Hex510465D4D049e657f
Octal520106135115011134612717
Binary10110000100011010111011001101010010011110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051046; }

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

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

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

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

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

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

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

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