#051A43

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

Shades of Midnight Express #051A43

Tints of Midnight Express #051A43

Color information

#051A43 (or 0x051A43) is unknown color: approx Midnight Express. HEX triplet: 05, 1A and 43. RGB value is (5,26,67). Sum of RGB (Red+Green+Blue) = 5+26+67=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 67 (26.56% from 255 or 68.37% from 98); Max value from RGB is 67 - color contains mainly: blue. Hex color #051A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A43 is #FAE5BC. Grayscale: #181818. Windows color (decimal): -16442813 or 4397573. OLE color: 4397573.

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

Color convert

RGB52667-
CMYK0.930.6100.74
HSL219.68º86.11%14.12%-
HSV(B)219.68º92.54%26.27%-
XYZ1.451.185.46-
YUV24.39152.04114.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 67 (26.56% from 255) = 68.37%
R=5.10%
G=26.53%
B=68.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal526670.930.6100.74219.6886.1114.12
Hex51A435D3D04Adc56e
Octal53210313575011233412616
Binary1011101010000111011101111101010010101101110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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