#051147

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

Shades of Midnight Express #051147

Tints of Midnight Express #051147

Color information

#051147 (or 0x051147) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 47. RGB value is (5,17,71). Sum of RGB (Red+Green+Blue) = 5+17+71=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #051147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051147 is #FAEEB8. Grayscale: #131313. Windows color (decimal): -16445113 or 4657413. OLE color: 4657413.

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

Color convert

RGB51771-
CMYK0.930.7600.72
HSL229.09º86.84%14.9%-
HSV(B)229.09º92.96%27.84%-
XYZ1.40.896.06-
YUV19.57157.02117.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 71 (28.12% from 255) = 76.34%
R=5.38%
G=18.28%
B=76.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal517710.930.7600.72229.0986.8414.9
Hex511475D4C048e557f
Octal521107135114011034512717
Binary10110001100011110111011001100010010001110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051147; }

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

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

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

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

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

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

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

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