#051346

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

Shades of Midnight Express #051346

Tints of Midnight Express #051346

Color information

#051346 (or 0x051346) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 46. RGB value is (5,19,70). Sum of RGB (Red+Green+Blue) = 5+19+70=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #051346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051346 is #FAECB9. Grayscale: #141414. Windows color (decimal): -16444602 or 4592389. OLE color: 4592389.

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

Color convert

RGB51970-
CMYK0.930.7300.73
HSL227.08º86.67%14.71%-
HSV(B)227.08º92.86%27.45%-
XYZ1.40.945.9-
YUV20.63155.86116.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 70 (27.73% from 255) = 74.47%
R=5.32%
G=20.21%
B=74.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal519700.930.7300.73227.0886.6714.71
Hex513465D49049e357f
Octal523106135111011134312717
Binary10110011100011010111011001001010010011110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051346; }

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

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

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

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

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

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

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

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