#051B43

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

Shades of Midnight Express #051B43

Tints of Midnight Express #051B43

Color information

#051B43 (or 0x051B43) is unknown color: approx Midnight Express. HEX triplet: 05, 1B and 43. RGB value is (5,27,67). Sum of RGB (Red+Green+Blue) = 5+27+67=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 67 (26.56% from 255 or 67.68% from 99); Max value from RGB is 67 - color contains mainly: blue. Hex color #051B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B43 is #FAE4BC. Grayscale: #181818. Windows color (decimal): -16442557 or 4397829. OLE color: 4397829.

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

Color convert

RGB52767-
CMYK0.930.6000.74
HSL218.71º86.11%14.12%-
HSV(B)218.71º92.54%26.27%-
XYZ1.471.225.47-
YUV24.98151.71113.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 67 (26.56% from 255) = 67.68%
R=5.05%
G=27.27%
B=67.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal527670.930.6000.74218.7186.1114.12
Hex51B435D3C04Adb56e
Octal53310313574011233312616
Binary1011101110000111011101111100010010101101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B43; }

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

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

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

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

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

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

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

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