#051436

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

Shades of Midnight Express #051436

Tints of Midnight Express #051436

Color information

#051436 (or 0x051436) is unknown color: approx Midnight Express. HEX triplet: 05, 14 and 36. RGB value is (5,20,54). Sum of RGB (Red+Green+Blue) = 5+20+54=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 54 (21.48% from 255 or 68.35% from 79); Max value from RGB is 54 - color contains mainly: blue. Hex color #051436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051436 is #FAEBC9. Grayscale: #131313. Windows color (decimal): -16444362 or 3544069. OLE color: 3544069.

HSL color Cylindrical-coordinate representation of color #051436: hue angle of 221.63º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051436 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB52054-
CMYK0.910.6300.79
HSL221.63º83.05%11.57%-
HSV(B)221.63º90.74%21.18%-
XYZ0.980.83.59-
YUV19.39147.53117.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 54 (21.48% from 255) = 68.35%
R=6.33%
G=25.32%
B=68.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal520540.910.6300.79221.6383.0511.57
Hex514365B3F04Fde53c
Octal5246613377011733612314
Binary101101001101101011011111111010011111101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051436; }

 p { color: rgb(5,20,54); }

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

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

 a { background-color: rgb(5,20,54); }

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

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

 span { border-color: rgb(5,20,54); }

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