#051343

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

Shades of Midnight Express #051343

Tints of Midnight Express #051343

Color information

#051343 (or 0x051343) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 43. RGB value is (5,19,67). Sum of RGB (Red+Green+Blue) = 5+19+67=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 67 (26.56% from 255 or 73.63% from 91); Max value from RGB is 67 - color contains mainly: blue. Hex color #051343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051343 is #FAECBC. Grayscale: #141414. Windows color (decimal): -16444605 or 4395781. OLE color: 4395781.

HSL color Cylindrical-coordinate representation of color #051343: hue angle of 226.45º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051343 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB51967-
CMYK0.930.7200.74
HSL226.45º86.11%14.12%-
HSV(B)226.45º92.54%26.27%-
XYZ1.310.95.42-
YUV20.29154.36117.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 67 (26.56% from 255) = 73.63%
R=5.49%
G=20.88%
B=73.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal519670.930.7200.74226.4586.1114.12
Hex513435D4804Ae256e
Octal523103135110011234212616
Binary10110011100001110111011001000010010101110001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051343; }

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

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

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

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

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

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

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

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