#051030

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

Shades of Midnight Express #051030

Tints of Midnight Express #051030

Color information

#051030 (or 0x051030) is unknown color: approx Midnight Express. HEX triplet: 05, 10 and 30. RGB value is (5,16,48). Sum of RGB (Red+Green+Blue) = 5+16+48=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #051030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051030 is #FAEFCF. Grayscale: #101010. Windows color (decimal): -16445392 or 3149829. OLE color: 3149829.

HSL color Cylindrical-coordinate representation of color #051030: hue angle of 224.65º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051030 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51648-
CMYK0.900.6700.81
HSL224.65º81.13%10.39%-
HSV(B)224.65º89.58%18.82%-
XYZ0.780.622.87-
YUV16.36145.86119.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 48 (19.14% from 255) = 69.57%
R=7.25%
G=23.19%
B=69.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal516480.900.6700.81224.6581.1310.39
Hex510305A43051e151a
Octal52060132103012134112112
Binary1011000011000010110101000011010100011110000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051030; }

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

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

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

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

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

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

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

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