#051139

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

Shades of Midnight Express #051139

Tints of Midnight Express #051139

Color information

#051139 (or 0x051139) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 39. RGB value is (5,17,57). Sum of RGB (Red+Green+Blue) = 5+17+57=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 57 (22.66% from 255 or 72.15% from 79); Max value from RGB is 57 - color contains mainly: blue. Hex color #051139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051139 is #FAEEC6. Grayscale: #111111. Windows color (decimal): -16445127 or 3739909. OLE color: 3739909.

HSL color Cylindrical-coordinate representation of color #051139: hue angle of 226.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051139 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51757-
CMYK0.910.7000.78
HSL226.15º83.87%12.16%-
HSV(B)226.15º91.23%22.35%-
XYZ10.733.96-
YUV17.97150.02118.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 57 (22.66% from 255) = 72.15%
R=6.33%
G=21.52%
B=72.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal517570.910.7000.78226.1583.8712.16
Hex511395B4604Ee254c
Octal52171133106011634212414
Binary1011000111100110110111000110010011101110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051139; }

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

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

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

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

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

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

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

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