#051148

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

Shades of Midnight Express #051148

Tints of Midnight Express #051148

Color information

#051148 (or 0x051148) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 48. RGB value is (5,17,72). Sum of RGB (Red+Green+Blue) = 5+17+72=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #051148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051148 is #FAEEB7. Grayscale: #131313. Windows color (decimal): -16445112 or 4722949. OLE color: 4722949.

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

Color convert

RGB51772-
CMYK0.930.7600.72
HSL229.25º87.01%15.1%-
HSV(B)229.25º93.06%28.24%-
XYZ1.430.96.23-
YUV19.68157.52117.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 72 (28.52% from 255) = 76.60%
R=5.32%
G=18.09%
B=76.60%

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
Decimal517720.930.7600.72229.2587.0115.1
Hex511485D4C048e557f
Octal521110135114011034512717
Binary10110001100100010111011001100010010001110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051148; }

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

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

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

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

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

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

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

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