#051133

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

Shades of Midnight Express #051133

Tints of Midnight Express #051133

Color information

#051133 (or 0x051133) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 33. RGB value is (5,17,51). Sum of RGB (Red+Green+Blue) = 5+17+51=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #051133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051133 is #FAEECC. Grayscale: #111111. Windows color (decimal): -16445133 or 3346693. OLE color: 3346693.

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

Color convert

RGB51751-
CMYK0.900.6700.8
HSL224.35º82.14%10.98%-
HSV(B)224.35º90.2%20%-
XYZ0.860.673.22-
YUV17.29147.02119.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 51 (20.31% from 255) = 69.86%
R=6.85%
G=23.29%
B=69.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal517510.900.6700.8224.3582.1410.98
Hex511335A43050e052b
Octal52163132103012034012213
Binary1011000111001110110101000011010100001110000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051133; }

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

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

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

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

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

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

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

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