#051034

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

Shades of Midnight Express #051034

Tints of Midnight Express #051034

Color information

#051034 (or 0x051034) is unknown color: approx Midnight Express. HEX triplet: 05, 10 and 34. RGB value is (5,16,52). Sum of RGB (Red+Green+Blue) = 5+16+52=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #051034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051034 is #FAEFCB. Grayscale: #101010. Windows color (decimal): -16445388 or 3411973. OLE color: 3411973.

HSL color Cylindrical-coordinate representation of color #051034: hue angle of 225.96º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051034 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB51652-
CMYK0.900.6900.80
HSL225.96º82.46%11.18%-
HSV(B)225.96º90.38%20.39%-
XYZ0.870.653.33-
YUV16.81147.86119.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 52 (20.70% from 255) = 71.23%
R=6.85%
G=21.92%
B=71.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal516520.900.6900.80225.9682.4611.18
Hex510345A45050e252b
Octal52064132105012034212213
Binary1011000011010010110101000101010100001110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051034; }

 p { color: rgb(5,16,52); }

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

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

 a { background-color: rgb(5,16,52); }

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

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

 span { border-color: rgb(5,16,52); }

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