#051535

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

Shades of Midnight Express #051535

Tints of Midnight Express #051535

Color information

#051535 (or 0x051535) is unknown color: approx Midnight Express. HEX triplet: 05, 15 and 35. RGB value is (5,21,53). Sum of RGB (Red+Green+Blue) = 5+21+53=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 53 (21.09% from 255 or 67.09% from 79); Max value from RGB is 53 - color contains mainly: blue. Hex color #051535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051535 is #FAEACA. Grayscale: #131313. Windows color (decimal): -16444107 or 3478789. OLE color: 3478789.

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

Color convert

RGB52153-
CMYK0.910.6000.79
HSL220º82.76%11.37%-
HSV(B)220º90.57%20.78%-
XYZ0.970.833.48-
YUV19.86146.7117.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 53 (21.09% from 255) = 67.09%
R=6.33%
G=26.58%
B=67.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal521530.910.6000.7922082.7611.37
Hex515355B3C04Fdc53b
Octal5256513374011733412313
Binary101101011101011011011111100010011111101110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051535; }

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

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

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

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

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

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

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

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