#031139

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

Shades of Midnight Express #031139

Tints of Midnight Express #031139

Color information

#031139 (or 0x031139) is unknown color: approx Midnight Express. HEX triplet: 03, 11 and 39. RGB value is (3,17,57). Sum of RGB (Red+Green+Blue) = 3+17+57=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #031139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031139 is #FCEEC6. Grayscale: #111111. Windows color (decimal): -16576199 or 3739907. OLE color: 3739907.

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

Color convert

RGB31757-
CMYK0.950.7000.78
HSL224.44º90%11.76%-
HSV(B)224.44º94.74%22.35%-
XYZ0.980.723.96-
YUV17.37150.36117.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 57 (22.66% from 255) = 74.03%
R=3.90%
G=22.08%
B=74.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal317570.950.7000.78224.449011.76
Hex311395F4604Ee05ac
Octal32171137106011634013214
Binary111000111100110111111000110010011101110000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031139; }

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

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

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

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

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

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

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

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