#051936

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

Shades of Midnight Express #051936

Tints of Midnight Express #051936

Color information

#051936 (or 0x051936) is unknown color: approx Midnight Express. HEX triplet: 05, 19 and 36. RGB value is (5,25,54). Sum of RGB (Red+Green+Blue) = 5+25+54=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 54 (21.48% from 255 or 64.29% from 84); Max value from RGB is 54 - color contains mainly: blue. Hex color #051936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051936 is #FAE6C9. Grayscale: #161616. Windows color (decimal): -16443082 or 3545349. OLE color: 3545349.

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

Color convert

RGB52554-
CMYK0.910.5400.79
HSL215.51º83.05%11.57%-
HSV(B)215.51º90.74%21.18%-
XYZ1.080.993.63-
YUV22.33145.87115.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 54 (21.48% from 255) = 64.29%
R=5.95%
G=29.76%
B=64.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal525540.910.5400.79215.5183.0511.57
Hex519365B3604Fd853c
Octal5316613366011733012314
Binary101110011101101011011110110010011111101100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051936; }

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

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

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

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

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

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

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

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