#051348

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

Shades of Midnight Express #051348

Tints of Midnight Express #051348

Color information

#051348 (or 0x051348) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 48. RGB value is (5,19,72). Sum of RGB (Red+Green+Blue) = 5+19+72=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #051348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051348 is #FAECB7. Grayscale: #141414. Windows color (decimal): -16444600 or 4723461. OLE color: 4723461.

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

Color convert

RGB51972-
CMYK0.930.7400.72
HSL227.46º87.01%15.1%-
HSV(B)227.46º93.06%28.24%-
XYZ1.470.976.24-
YUV20.86156.86116.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 72 (28.52% from 255) = 75%
R=5.21%
G=19.79%
B=75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal519720.930.7400.72227.4687.0115.1
Hex513485D4A048e357f
Octal523110135112011034312717
Binary10110011100100010111011001010010010001110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051348; }

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

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

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

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

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

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

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

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