#051C43

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

Shades of Midnight Express #051C43

Tints of Midnight Express #051C43

Color information

#051C43 (or 0x051C43) is unknown color: approx Midnight Express. HEX triplet: 05, 1C and 43. RGB value is (5,28,67). Sum of RGB (Red+Green+Blue) = 5+28+67=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 67 (26.56% from 255 or 67% from 100); Max value from RGB is 67 - color contains mainly: blue. Hex color #051C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C43 is #FAE3BC. Grayscale: #191919. Windows color (decimal): -16442301 or 4398085. OLE color: 4398085.

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

Color convert

RGB52867-
CMYK0.930.5800.74
HSL217.74º86.11%14.12%-
HSV(B)217.74º92.54%26.27%-
XYZ1.491.275.48-
YUV25.57151.38113.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 28 (11.33% from 255) = 28%
BLUE value IS 67 (26.56% from 255) = 67%
R=5%
G=28%
B=67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal528670.930.5800.74217.7486.1114.12
Hex51C435D3A04Ada56e
Octal53410313572011233212616
Binary1011110010000111011101111010010010101101101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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