#031439

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

Shades of Midnight Express #031439

Tints of Midnight Express #031439

Color information

#031439 (or 0x031439) is unknown color: approx Midnight Express. HEX triplet: 03, 14 and 39. RGB value is (3,20,57). Sum of RGB (Red+Green+Blue) = 3+20+57=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 57 (22.66% from 255 or 71.25% from 80); Max value from RGB is 57 - color contains mainly: blue. Hex color #031439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031439 is #FCEBC6. Grayscale: #121212. Windows color (decimal): -16575431 or 3740675. OLE color: 3740675.

HSL color Cylindrical-coordinate representation of color #031439: hue angle of 221.11º 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 #031439 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32057-
CMYK0.950.6500.78
HSL221.11º90%11.76%-
HSV(B)221.11º94.74%22.35%-
XYZ1.030.823.97-
YUV19.13149.37116.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 57 (22.66% from 255) = 71.25%
R=3.75%
G=25%
B=71.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal320570.950.6500.78221.119011.76
Hex314395F4104Edd5ac
Octal32471137101011633513214
Binary111010011100110111111000001010011101101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031439; }

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

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

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

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

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

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

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

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