#051043

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

Shades of Midnight Express #051043

Tints of Midnight Express #051043

Color information

#051043 (or 0x051043) is unknown color: approx Midnight Express. HEX triplet: 05, 10 and 43. RGB value is (5,16,67). Sum of RGB (Red+Green+Blue) = 5+16+67=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 67 (26.56% from 255 or 76.14% from 88); Max value from RGB is 67 - color contains mainly: blue. Hex color #051043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051043 is #FAEFBC. Grayscale: #121212. Windows color (decimal): -16445373 or 4395013. OLE color: 4395013.

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

Color convert

RGB51667-
CMYK0.930.7600.74
HSL229.35º86.11%14.12%-
HSV(B)229.35º92.54%26.27%-
XYZ1.260.815.4-
YUV18.52155.36118.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 67 (26.56% from 255) = 76.14%
R=5.68%
G=18.18%
B=76.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal516670.930.7600.74229.3586.1114.12
Hex510435D4C04Ae556e
Octal520103135114011234512616
Binary10110000100001110111011001100010010101110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051043; }

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

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

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

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

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

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

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

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