#051033

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

Shades of Midnight Express #051033

Tints of Midnight Express #051033

Color information

#051033 (or 0x051033) is unknown color: approx Midnight Express. HEX triplet: 05, 10 and 33. RGB value is (5,16,51). Sum of RGB (Red+Green+Blue) = 5+16+51=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #051033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051033 is #FAEFCC. Grayscale: #101010. Windows color (decimal): -16445389 or 3346437. OLE color: 3346437.

HSL color Cylindrical-coordinate representation of color #051033: hue angle of 225.65º 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 #051033 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB51651-
CMYK0.900.6900.8
HSL225.65º82.14%10.98%-
HSV(B)225.65º90.2%20%-
XYZ0.850.643.21-
YUV16.7147.36119.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 51 (20.31% from 255) = 70.83%
R=6.94%
G=22.22%
B=70.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal516510.900.6900.8225.6582.1410.98
Hex510335A45050e252b
Octal52063132105012034212213
Binary1011000011001110110101000101010100001110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051033; }

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

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

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

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

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

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

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

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