#051536

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

Shades of Midnight Express #051536

Tints of Midnight Express #051536

Color information

#051536 (or 0x051536) is unknown color: approx Midnight Express. HEX triplet: 05, 15 and 36. RGB value is (5,21,54). Sum of RGB (Red+Green+Blue) = 5+21+54=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #051536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051536 is #FAEAC9. Grayscale: #131313. Windows color (decimal): -16444106 or 3544325. OLE color: 3544325.

HSL color Cylindrical-coordinate representation of color #051536: hue angle of 220.41º 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 #051536 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB52154-
CMYK0.910.6100.79
HSL220.41º83.05%11.57%-
HSV(B)220.41º90.74%21.18%-
XYZ10.833.6-
YUV19.98147.2117.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 54 (21.48% from 255) = 67.5%
R=6.25%
G=26.25%
B=67.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal521540.910.6100.79220.4183.0511.57
Hex515365B3D04Fdc53c
Octal5256613375011733412314
Binary101101011101101011011111101010011111101110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051536; }

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

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

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

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

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

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

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

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