#051D43

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

Shades of Midnight Express #051D43

Tints of Midnight Express #051D43

Color information

#051D43 (or 0x051D43) is unknown color: approx Midnight Express. HEX triplet: 05, 1D and 43. RGB value is (5,29,67). Sum of RGB (Red+Green+Blue) = 5+29+67=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #051D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D43 is #FAE2BC. Grayscale: #191919. Windows color (decimal): -16442045 or 4398341. OLE color: 4398341.

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

Color convert

RGB52967-
CMYK0.930.5700.74
HSL216.77º86.11%14.12%-
HSV(B)216.77º92.54%26.27%-
XYZ1.521.325.48-
YUV26.16151.05112.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 29 (11.72% from 255) = 28.71%
BLUE value IS 67 (26.56% from 255) = 66.34%
R=4.95%
G=28.71%
B=66.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal529670.930.5700.74216.7786.1114.12
Hex51D435D3904Ad956e
Octal53510313571011233112616
Binary1011110110000111011101111001010010101101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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